This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
thinkgeo.mapsuite.androidedition.trackmode [2015/08/20 03:08] 127.0.0.1 external edit |
thinkgeo.mapsuite.androidedition.trackmode [2017/03/16 21:59] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== ThinkGeo.MapSuite.AndroidEdition.TrackMode ====== | ====== ThinkGeo.MapSuite.AndroidEdition.TrackMode ====== | ||
+ | {{section>upgrade_map_suite_to_10.0}} | ||
+ | * //TrackMode enumeration sets how the map will react to user interaction.// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | == Items == | ||
+ | **None** | ||
+ | * **Summary**:Default mode. | ||
- | <!-- Enumeration --> | + | **Point** |
- | TrackMode enumeration sets how the map will react to user interaction. | + | * **Summary**:Draw point mode. |
- | ===== Items ===== | + | |
- | ^ Name ^ Summary ^ | + | **Line** |
- | | None | Default mode. | | + | * **Summary**:Draw line mode. |
- | | Point | Draw point mode. | | + | |
- | | Line | Draw line mode. | | + | **Polygon** |
- | | Polygon | Draw polygon mode. | | + | * **Summary**:Draw polygon mode. |
- | | Rectangle | Draw rectangle mode. | | + | |
- | | Square | Draw square mode. | | + | **Rectangle** |
- | | Circle | Draw circle mode. | | + | * **Summary**:Draw rectangle mode. |
- | | Ellipse | Draw ellipse mode. | | + | |
- | | StraightLine | Allows user to draw a simple line with only 2 points on the map. | | + | **Square** |
- | | Freehand | Allows user to draw freehand on the map | | + | * **Summary**:Draw square mode. |
- | | Custom | Allows user to draw custom trackshape on the map | | + | |
+ | **Circle** | ||
+ | * **Summary**:Draw circle mode. | ||
+ | |||
+ | **Ellipse** | ||
+ | * **Summary**:Draw ellipse mode. | ||
+ | |||
+ | **StraightLine** | ||
+ | * **Summary**:Allows user to draw a simple line with only 2 points on the map. | ||
+ | |||
+ | **Freehand** | ||
+ | * **Summary**:Allows user to draw freehand on the map | ||
+ | |||
+ | **Custom** | ||
+ | * **Summary**:Allows user to draw custom trackshape on the map | ||
- | __NOTOC__ | ||
- | [[Category:AndroidEdition]] | ||
- | [[Category:ThinkGeo.MapSuite.AndroidEdition]] | ||