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