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";
}>