MapMarkerType Enumeration

Type of MapMarkerDto

Definition

Namespace: MobileTrack.Common.Enums
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public enum MapMarkerType

Members

LineStrip0 Represents a ListT of Point
Polygon1 Represents a polygon (whether concave or convex) on the map, usually a geofence
Point3 Represents a single point on the map, usually represented as a circle, square or other shape, or using an image.

See Also