Skip to main content

interface IPointFeature

(Niantic.Lightship.Maps.Core.Features.IPointFeature)

Overview

PointFeature is a maptile feature that represents either a single point or a point cloud.

    interface IPointFeature: Niantic.Lightship.Maps.Core.Features.IMapTileFeature {
// properties

Vector3[] Points;
};

Inherited Members

public:
// properties

FeatureKind Kind;
LayerKind Layer;
ILabelInfo Label;

Detailed Documentation

PointFeature is a maptile feature that represents either a single point or a point cloud.

Properties

Points

Vector3[] Points

All points in this feature.