ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
Note: The page was created before Map Suite 10. Map Suite 10.0 organized many classes into new namespaces and assemblies as well as had a few minor breaks in compatibility. The majority of previously built code should work without modification assuming the new namespaces are added. For guidance on upgrading your existing code, please check out MapSuite 10 Upgrade Guide.
<!– Enumeration –> This enumeration represents how the tileCache should access the tiles.
Name | Summary |
---|---|
Default | The default mode is ReadAddDelete. |
ReadOnly | This mode represents the tileCache just can read tiles from it. |
ReadAdd | This mode represents the tileCache can read tiles from it and add tiles to it, but can not delete tiles. |
ReadAddDelete | This mode represents the tileCache is no limited that can read, add, delete tiles. |
NOTOC WindowsPhoneMapSuiteCore ThinkGeo.MapSuite.WindowsPhoneCore