Enum TrackMode
TrackMode enumeration sets how the map will react to user interaction.
public enum TrackMode
Fields
Circle = 6Draw circle mode.
Custom = 10Allows user to draw custom trackshape on the map
Ellipse = 7Draw ellipse mode.
Freehand = 9Allows user to draw freehand on the map
Line = 2Draw line mode.
Multipoint = 11Draw multi point mode.
None = 0Default mode.
Point = 1Draw point mode.
Polygon = 3Draw polygon mode.
Rectangle = 4Draw rectangle mode.
Square = 5Draw square mode.
StraightLine = 8Allows user to draw a simple line with only 2 points on the map.