MapMarkerType Enumeration

Type of MapMarkerDto

Definition

Namespace: MobileTrack.Common.Enums
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
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