MapMarkerPointType Enumeration
Namespace: MobileTrack.Common.EnumsAssembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public enum MapMarkerPointType
| Circle | 0 |
Display a circle with diameter Radius |
| Star | 1 |
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.
|
| Image | 2 |
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.
|
| Icon | 3 |
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.
|