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";
}>
type MapFeatureType =
    (typeof MapFeatureType)[keyof typeof MapFeatureType];

Topics

Feature types

See Also

Enumerations