本文へスキップ

interface_IPointFeature


title: interface IPointFeature toc_max_heading_level: 4


interface IPointFeature

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

概要

PointFeatureは、単一の点または点群を表すマップタイルフィーチャーです。

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

Vector3[] Points;
};

継承メンバー

public:
// プロパティ

FeatureKind Kind;
LayerKind Layer;
ILabelInfo Label;

詳細なドキュメント

PointFeatureは、単一の点または点群を表すマップタイルフィーチャーです。

プロパティ

Points

Vector3[] Points

この特徴のすべての点。