Contents

MapFeatureType

Values that describe the feature type of a point of interest.

Declaration

const MapFeatureType: Readonly<{
    readonly PointOfInterest: "PointOfInterest";
    readonly Territory: "Territory";
    readonly PhysicalFeature: "PhysicalFeature";
}>

Topics

Feature types

Type Aliases

See Also

Points of interest