This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
thinkgeo.mapsuite.androidedition.interactiveoverlaydrawtype [2015/08/20 03:08] 127.0.0.1 external edit |
thinkgeo.mapsuite.androidedition.interactiveoverlaydrawtype [2017/03/16 21:59] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlayDrawType ====== | ====== ThinkGeo.MapSuite.AndroidEdition.InteractiveOverlayDrawType ====== | ||
| + | {{section>upgrade_map_suite_to_10.0}} | ||
| + | * //This enumeration specifies the mode to draw the InterativeOverlay when doing interactive actions with InterativeOverlay.// | ||
| + | == Remarks == | ||
| + | * //N/A// | ||
| + | == Items == | ||
| + | **Default** | ||
| + | * **Summary**:Default value of the enumation, the same as DoNotDraw. | ||
| - | <!-- Enumeration --> | + | **Draw** |
| - | This enumeration specifies the mode to draw the InterativeOverlay when doing interactive actions with InterativeOverlay. | + | * **Summary**:This enumeration item means that InterativeOverlay will still be drawn. |
| - | ===== Items ===== | + | |
| - | ^ Name ^ Summary ^ | + | **DoNotDraw** |
| - | | Default | Default value of the enumation, the same as DoNotDraw. | | + | * **Summary**:This enumeration item means that InterativeOverlay will still not be drawn. |
| - | | Draw | This enumeration item means that InterativeOverlay will still be drawn. | | + | |
| - | | DoNotDraw | This enumeration item means that InterativeOverlay will still not be drawn. | | + | |
| - | __NOTOC__ | ||
| - | [[Category:AndroidEdition]] | ||
| - | [[Category:ThinkGeo.MapSuite.AndroidEdition]] | ||