Skip to main content

interface IFeatureBuilder

(Niantic.Lightship.Maps.Builders.IFeatureBuilder)

Overview

The base type for all maptile feature builders

interface IFeatureBuilder {
// properties

Guid Id;
int MinLOD;
int MaxLOD;
};

// direct descendants

class FeatureBuilderBase;
interface IMeshBuilder;
interface IObjectBuilder;

Detailed Documentation

The base type for all maptile feature builders

Properties

Id

Guid Id

A unique id used internally to identify this builder

MinLOD

int MinLOD

The minimum zoom level for this builder. This property and MaxLOD define the range of maptile zoom levels in which this builder will be active.

MaxLOD

int MaxLOD

The maximum zoom level for this builder. This property and MinLOD define the range of maptile zoom levels in which this builder will be active.