MapMarkerPointType Enumeration

If the MapMarkerDto is a point, how should it be displayed?

Definition

Namespace: MobileTrack.Common.Enums
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
public enum MapMarkerPointType

Members

Circle0 Display a circle with diameter Radius
Star1 Display a star, where Radius represents the distance from the center point to the corner points of the star. The star can have between 3 and 12 outer tips, which are inverted by InnerRadius. The star is rotated by Angle.
Image2 Display an image, where Icon is the base64-encoded image data to display. The image must be a square, with a maximum size of 64x64 pixels. The size of the image is not controlled by the Radius property, but rather by the size of the image itself.
Icon3 Display a Bootstrap icon, where Icon is a reference to the icon to display. Radius is used to control the size of the icon, while FillColor and StrokeColor is used to control the color of the icon.

See Also