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.
<!– Class –> This class represents the GoogleOverlay which requests images from Google's image server.
This class represents the GoogleOverlay which requests images from Google's image server. This class represents the GoogleOverlay which requests images from Google's image server.
*System.Object ThinkGeo.MapSuite.WindowsPhoneEdition.Overlay *ThinkGeo.MapSuite.WindowsPhoneEdition.WmsOverlay ThinkGeo.MapSuite.WindowsPhoneEdition.GoogleOverlay
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
GoogleOverlay | This is constructor of GoogleOverlay class. | ||
GoogleOverlay | String | This is constructor of GoogleOverlay class. | |
GoogleOverlay | String, String | This is the constructor of GoogleOverlay class. |
Name | Parameters | DeclaringType | Summary |
---|
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
Draw | RectangleShape, OverlayDrawType | Overlay | Zooms the overlay only to the extent that you specify. |
Equals | Object | Object | |
GetHashCode | Object | ||
GetServerCapabilitiesXmlAsync | WmsOverlay | This API gets the GetCapabilites document of the service. | |
GetType | Object | ||
Initialize | Map | Overlay | This method initializes the overlay canvas such as width, height and z-index for first time. |
Refresh | Overlay | This method re-draws this overlay in current extent. | |
ToScreenCoordinate | Point | Overlay | This method returns a screen point from a point shape in world coordinates. |
ToScreenCoordinate | Double, Double | Overlay | This method returns a point shape in screen coordinates from the specified X, Y world coordinates. |
ToScreenCoordinate | PointShape | Overlay | This method returns a screen point from a point shape in world coordinates. |
ToString | Object | ||
ToWorldCoordinate | Double, Double | Overlay | This method returns a point shape in world coordinates from the specified X, Y screen coordinates. |
ToWorldCoordinate | Point | Overlay | This method returns a point shape in world coordinates from a ScreenPointF structure. |
ToWorldCoordinate | PointShape | Overlay | This method returns a point shape in world coordinates from a ScreenPointF structure. |
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
DrawCore | RectangleShape | Overlay(overriden) | |
Finalize | Object | ||
GetTileUri | Uri, RectangleShape, Int32, Int32, Int32, Int32, Double | WmsOverlay(overriden) | This method gets tile request address from specific parameters. |
InitializeCore | Overlay(overriden) | ||
MemberwiseClone | Object | ||
OnGetServerCapabilitiesXmlCompleted | GetServerCapabilitiesXmlCompletedWmsOverlayEventArgs | WmsOverlay | |
PanAnimationCompletedCore | Overlay | This method raised when Panning animation plays completed. | |
ZoomStoryCompletedCore | Overlay(overriden) |
Name | Return | DeclaringType | Summary |
---|---|---|---|
ClientId | String | Gets or sets a value to access the special features of Google Maps API Premier, you must provide a client ID when accessing any of the Premier API libraries or services. When registering for Google Maps API Premier, you will receive this client ID from Google Enterprise Support. All client IDs begin with a gme- prefix. | |
GoogleMapType | GoogleMapType | Gets or sets the Google map type requesting from Google image server. | |
ImageFormat | GoogleImageFormat | Gets or sets the image format requesting from Google's image server. | |
IsStretchEffectDisabled | Boolean | WmsOverlay | Gets or sets whether the stretch effect is disabled or not. |
Name | String | Overlay | Gets or sets the name of an overlay which will display in the OverlaySwitcher. |
Opacity | Double | Overlay | Gets or sets the opacity level of the overlay. |
OverlayElement | FrameworkElement | Overlay | An FrameworkElement that contains the overlay. |
PrivateKey | String | Gets or sets a value that is unique to your client ID, please keep your key secure. | |
ProjectionToSphericalMercator | Projection | ||
PanFrameX | SplineDoubleKeyFrame | Overlay | Animates from the System.Double value of the previous key frame to its own System.Windows.Media.Animation.DoubleKeyFrame.Value using splined interpolation. |
PanFrameY | SplineDoubleKeyFrame | Overlay | Animates from the System.Double value of the previous key frame to its own System.Windows.Media.Animation.DoubleKeyFrame.Value using splined interpolation. |
Parameters | Dictionary<String,String> | WmsOverlay | Gets a dictionary whose items will be passed to the WMS server as parameters. |
Projection | String | WmsOverlay | Gets or sets a string that will be sent to the Wms server to get the images in the specific projection. |
ServerUris | Collection<Uri> | WmsOverlay | Gets multiple wms uri addresses. |
StoryboardForPanning | Storyboard | Overlay | Gets the Storyboard object for panning. |
StoryboardForZooming | Storyboard | Overlay | Gets the Storyboard object for zooming. |
TileCache | NativeImageTileCache | WmsOverlay | |
TileType | TileType | WmsOverlay | This enumeration specifies whether the overlay uses tiling. |
TransitionEffect | TransitionEffect | Overlay | Gets or Sets the transition effect to use when the map is panned or zoomed. |
Visibility | Visibility | Overlay | Gets or sets a value that indicates whether the overlay is visible on the map. |
ZIndex | Int32 | Overlay | Get or set z-index of overlay, The value is bigger, and the order is higher. |
ZoomFrameX | SplineDoubleKeyFrame | Overlay | Gets the SplineDoubleKeyFrame for zooming. |
ZoomFrameY | SplineDoubleKeyFrame | Overlay | Gets the SplineDoubleKeyFrame for zooming. |
Name | Return | DeclaringType | Summary |
---|---|---|---|
MapInfo | Map | Overlay | Gets or sets current map information. |
ParametersCore | Dictionary<String,String> | WmsOverlay | Gets a dictionary whose items will be passed to the TileOverlay server as parameters, it'll be used in the derived classes. |
ScaleTransform | ScaleTransform | Overlay | Gets the ScaleTransform object of this overlay. |
TransformGroup | TransformGroup | Overlay | Gets the TranslateGroup object for panning and zooming. |
TranslateTransform | TranslateTransform | Overlay | Gets the TranslateTransform object of this overlay. |
Name | Event Arguments | DeclaringType | Summary |
---|---|---|---|
GetServerCapabilitiesXmlCompleted | GetServerCapabilitiesXmlCompletedWmsOverlayEventArgs | WmsOverlay |
This is constructor of GoogleOverlay class.
This is constructor of GoogleOverlay class.
This is constructor of <strong>GoogleOverlay</strong> class. This is constructor of <strong>GoogleOverlay</strong> class.
Name | Type | Description |
---|
This is constructor of GoogleOverlay class.
This is constructor of GoogleOverlay class.
This is constructor of <strong>GoogleOverlay</strong> class. This is constructor of <strong>GoogleOverlay</strong> class.
Name | Type | Description |
---|---|---|
name | String<!– System.String –> | A string value indicating the name of this overlay. |
This is the constructor of GoogleOverlay class.
Name | Type | Description |
---|---|---|
name | String<!– System.String –> | A string value indicating the name of this overlay |
apiKey | String<!– System.String –> |
Zooms the overlay only to the extent that you specify.
The overlay will be panned to the center and zoomlevel of the extent that you specify. The overlay will be panned to the center and zoomlevel of the extent that you specify.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
worldExtent | RectangleShape<!– ThinkGeo.MapSuite.WindowsPhoneCore.RectangleShape –> | The new world extent of the map. |
overlayDrawType | OverlayDrawType<!– ThinkGeo.MapSuite.WindowsPhoneEdition.OverlayDrawType –> | The enum value indecating that the map draws features or not. |
<!– ThinkGeo.MapSuite.WindowsPhoneEdition.Overlay –> Go Back
Return Type | Description |
---|---|
Boolean<!– System.Boolean –> |
Name | Type | Description |
---|---|---|
obj | Object<!– System.Object –> |
<!– System.Object –> Go Back
Return Type | Description |
---|---|
Int32<!– System.Int32 –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
This API gets the GetCapabilites document of the service.
Return Type | Description |
---|---|
Void<!– System.Void –> | This API returns the GetCapabilites document of the service. |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.WindowsPhoneEdition.WmsOverlay –> Go Back
Return Type | Description |
---|---|
Type<!– System.Type –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
This method initializes the overlay canvas such as width, height and z-index for first time.
This method initializes the overlay canvas such as width, height and z-index for first time. This method initializes the overlay canvas such as width, height and z-index for first time.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
currentMap | Map<!– ThinkGeo.MapSuite.WindowsPhoneEdition.Map –> | Current map information. |
<!– ThinkGeo.MapSuite.WindowsPhoneEdition.Overlay –> Go Back
This method re-draws this overlay in current extent.
This method re-draws this overlay in current extent. This method re-draws this overlay in current extent.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.WindowsPhoneEdition.Overlay –> Go Back
This method returns a screen point from a point shape in world coordinates.
This method converts the coordinates of a point shape to a point in screen coordinates. This method converts the coordinates of a point shape to a point in screen coordinates.
Return Type | Description |
---|---|
PointShape<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointShape –> | A screen point in pixels. |
Name | Type | Description |
---|---|---|
worldCoordinate | Point<!– System.Windows.Point –> | A point in world coordinates. |
<!– ThinkGeo.MapSuite.WindowsPhoneEdition.Overlay –> Go Back
This method returns a point shape in screen coordinates from the specified X, Y world coordinates.
This method converts X, Y world coordinates to a point in screen coordinates. This method converts X, Y world coordinates to a point in screen coordinates.
Return Type | Description |
---|---|
PointShape<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointShape –> | A screen point in pixels. |
Name | Type | Description |
---|---|---|
worldX | Double<!– System.Double –> | The X world coordinate. |
worldY | Double<!– System.Double –> | The Y world coordinate. |
<!– ThinkGeo.MapSuite.WindowsPhoneEdition.Overlay –> Go Back
This method returns a screen point from a point shape in world coordinates.
This method converts the coordinates of a point shape to a point in screen coordinates. This method converts the coordinates of a point shape to a point in screen coordinates.
Return Type | Description |
---|---|
PointShape<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointShape –> | A screen point in pixels. |
Name | Type | Description |
---|---|---|
worldCoordinate | PointShape<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointShape –> | A point shape in world coordinates. |
<!– ThinkGeo.MapSuite.WindowsPhoneEdition.Overlay –> Go Back
Return Type | Description |
---|---|
String<!– System.String –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
This method returns a point shape in world coordinates from the specified X, Y screen coordinates.
This method converts X, Y screen coordinates to a point shape in world coodinates. This method converts X, Y screen coordinates to a point shape in world coodinates.
Return Type | Description |
---|---|
PointShape<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointShape –> | A point shape in world coordinates. |
Name | Type | Description |
---|---|---|
screenX | Double<!– System.Double –> | The X-value in pixels referenced to the screen origin. |
screenY | Double<!– System.Double –> | The Y-value in pixels referenced to the screen origin. |
<!– ThinkGeo.MapSuite.WindowsPhoneEdition.Overlay –> Go Back
This method returns a point shape in world coordinates from a ScreenPointF structure.
This method converts a screen point to a point in world coordinates. This method converts a screen point to a point in world coordinates.
Return Type | Description |
---|---|
PointShape<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointShape –> | A point shape in world coordinates. |
Name | Type | Description |
---|---|---|
screenCoordinate | Point<!– System.Windows.Point –> | The point (in screen coordinates) to convert to world coordinates. |
<!– ThinkGeo.MapSuite.WindowsPhoneEdition.Overlay –> Go Back
This method returns a point shape in world coordinates from a ScreenPointF structure.
This method converts a screen point to a point in world coordinates. This method converts a screen point to a point in world coordinates.
Return Type | Description |
---|---|
PointShape<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointShape –> | A point shape in world coordinates. |
Name | Type | Description |
---|---|---|
screenCoordinate | PointShape<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointShape –> | The point (in screen coordinates) to convert to world coordinates. |
<!– ThinkGeo.MapSuite.WindowsPhoneEdition.Overlay –> Go Back
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
worldExtent | RectangleShape<!– ThinkGeo.MapSuite.WindowsPhoneCore.RectangleShape –> |
<!– ThinkGeo.MapSuite.WindowsPhoneEdition.Overlay(overriden) –> Go Back
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
This method gets tile request address from specific parameters.
This method gets tile request address from specific parameters. This method gets tile request address from specific parameters.
Return Type | Description |
---|---|
Uri<!– System.Uri –> | A Uri value indicating the real address for requesting the tile image. |
Name | Type | Description |
---|---|---|
serverUri | Uri<!– System.Uri –> | An Uri value indicating the server which specified. |
tileExtent | RectangleShape<!– ThinkGeo.MapSuite.WindowsPhoneCore.RectangleShape –> | A RectangleShape value indicating the world extent for requesting images. |
row | Int32<!– System.Int32 –> | An integar value indicating the row index of the tile in the whole world extent. It starts from 0. |
column | Int32<!– System.Int32 –> | An integar value indicating the column index of the tile in the whole world extent. It starts from 0. |
tileWidth | Int32<!– System.Int32 –> | A double value indicating the width in pixel of the tile. |
tileHeight | Int32<!– System.Int32 –> | A double value indicating the height in pixel of the tile. |
scale | Double<!– System.Double –> | A double value indicating current scale of current map. |
<!– ThinkGeo.MapSuite.WindowsPhoneEdition.WmsOverlay(overriden) –> Go Back
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.WindowsPhoneEdition.Overlay(overriden) –> Go Back
Return Type | Description |
---|---|
Object<!– System.Object –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
e | GetServerCapabilitiesXmlCompletedWmsOverlayEventArgs<!– ThinkGeo.MapSuite.WindowsPhoneEdition.GetServerCapabilitiesXmlCompletedWmsOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.WindowsPhoneEdition.WmsOverlay –> Go Back
This method raised when Panning animation plays completed.
This method raised when Panning animation plays completed. This method raised when Panning animation plays completed.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.WindowsPhoneEdition.Overlay –> Go Back
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.WindowsPhoneEdition.Overlay(overriden) –> Go Back
Return Type |
---|
String<!– System.String –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.GoogleOverlay –> Go Back
Gets or sets the Google map type requesting from Google image server.
Gets or sets the Google map type requesting from Google image server. Gets or sets the Google map type requesting from Google image server.
Return Type |
---|
GoogleMapType<!– ThinkGeo.MapSuite.WindowsPhoneEdition.GoogleMapType –> |
<!– ThinkGeo.MapSuite.WindowsPhoneEdition.GoogleOverlay –> Go Back
Gets or sets the image format requesting from Google's image server.
Gets or sets the image format requesting from Google's image server. Gets or sets the image format requesting from Google's image server.
Return Type |
---|
GoogleImageFormat<!– ThinkGeo.MapSuite.WindowsPhoneEdition.GoogleImageFormat –> |
<!– ThinkGeo.MapSuite.WindowsPhoneEdition.GoogleOverlay –> Go Back
Gets or sets whether the stretch effect is disabled or not.
If the wms images are transparent background, the stretched tiles will display right below the real tiles by the default value which affects your map. If the wms images are transparent background, the stretched tiles will display right below the real tiles by the default value which affects your map.
Return Type |
---|
Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.WindowsPhoneEdition.WmsOverlay –> Go Back
Gets or sets the name of an overlay which will display in the OverlaySwitcher.
Return Type |
---|
String<!– System.String –> |
<!– ThinkGeo.MapSuite.WindowsPhoneEdition.Overlay –> Go Back
Gets or sets the opacity level of the overlay.
The <strong>Opacity</strong> property enables you to specify a level of transparency for the overlay. When this property is set to a value less than 100 percent(1.00), the entire overlay is made more transparent. Setting this property to a value of 0 percent (0.00) makes the overlay completely invisible. The <strong>Opacity</strong> property enables you to specify a level of transparency for the overlay. When this property is set to a value less than 100 percent(1.00), the entire overlay is made more transparent. Setting this property to a value of 0 percent (0.00) makes the overlay completely invisible.
Return Type |
---|
Double<!– System.Double –> |
<!– ThinkGeo.MapSuite.WindowsPhoneEdition.Overlay –> Go Back
An FrameworkElement that contains the overlay.
Return Type |
---|
FrameworkElement<!– System.Windows.FrameworkElement –> |
<!– ThinkGeo.MapSuite.WindowsPhoneEdition.Overlay –> Go Back
Animates from the System.Double value of the previous key frame to its own System.Windows.Media.Animation.DoubleKeyFrame.Value using splined interpolation.
Return Type |
---|
SplineDoubleKeyFrame<!– System.Windows.Media.Animation.SplineDoubleKeyFrame –> |
<!– ThinkGeo.MapSuite.WindowsPhoneEdition.Overlay –> Go Back
Animates from the System.Double value of the previous key frame to its own System.Windows.Media.Animation.DoubleKeyFrame.Value using splined interpolation.
Return Type |
---|
SplineDoubleKeyFrame<!– System.Windows.Media.Animation.SplineDoubleKeyFrame –> |
<!– ThinkGeo.MapSuite.WindowsPhoneEdition.Overlay –> Go Back
Gets a dictionary whose items will be passed to the WMS server as parameters.
Return Type |
---|
Dictionary<String,String><!– System.Collections.Generic.Dictionary{System.String,System.String} –> |
<!– ThinkGeo.MapSuite.WindowsPhoneEdition.WmsOverlay –> Go Back
Gets or sets a string that will be sent to the Wms server to get the images in the specific projection.
Return Type |
---|
String<!– System.String –> |
<!– ThinkGeo.MapSuite.WindowsPhoneEdition.WmsOverlay –> Go Back
Gets multiple wms uri addresses.
Return Type |
---|
Collection<Uri><!– System.Collections.ObjectModel.Collection{System.Uri} –> |
<!– ThinkGeo.MapSuite.WindowsPhoneEdition.WmsOverlay –> Go Back
Gets the Storyboard object for panning.
Return Type |
---|
Storyboard<!– System.Windows.Media.Animation.Storyboard –> |
<!– ThinkGeo.MapSuite.WindowsPhoneEdition.Overlay –> Go Back
Gets the Storyboard object for zooming.
Return Type |
---|
Storyboard<!– System.Windows.Media.Animation.Storyboard –> |
<!– ThinkGeo.MapSuite.WindowsPhoneEdition.Overlay –> Go Back
Return Type |
---|
NativeImageTileCache<!– ThinkGeo.MapSuite.WindowsPhoneCore.NativeImageTileCache –> |
<!– ThinkGeo.MapSuite.WindowsPhoneEdition.WmsOverlay –> Go Back
This enumeration specifies whether the overlay uses tiling.
Return Type |
---|
TileType<!– ThinkGeo.MapSuite.WindowsPhoneEdition.TileType –> |
<!– ThinkGeo.MapSuite.WindowsPhoneEdition.WmsOverlay –> Go Back
Gets or Sets the transition effect to use when the map is panned or zoomed.
Return Type |
---|
TransitionEffect<!– ThinkGeo.MapSuite.WindowsPhoneEdition.TransitionEffect –> |
<!– ThinkGeo.MapSuite.WindowsPhoneEdition.Overlay –> Go Back
Gets or sets a value that indicates whether the overlay is visible on the map.
Return Type |
---|
Visibility<!– System.Windows.Visibility –> |
<!– ThinkGeo.MapSuite.WindowsPhoneEdition.Overlay –> Go Back
Get or set z-index of overlay, The value is bigger, and the order is higher.
Get or set z-index of overlay, The value is bigger, and the order is higher. Get or set z-index of overlay, The value is bigger, and the order is higher.
Return Type |
---|
Int32<!– System.Int32 –> |
<!– ThinkGeo.MapSuite.WindowsPhoneEdition.Overlay –> Go Back
Gets the SplineDoubleKeyFrame for zooming.
Return Type |
---|
SplineDoubleKeyFrame<!– System.Windows.Media.Animation.SplineDoubleKeyFrame –> |
<!– ThinkGeo.MapSuite.WindowsPhoneEdition.Overlay –> Go Back
Gets the SplineDoubleKeyFrame for zooming.
Return Type |
---|
SplineDoubleKeyFrame<!– System.Windows.Media.Animation.SplineDoubleKeyFrame –> |
<!– ThinkGeo.MapSuite.WindowsPhoneEdition.Overlay –> Go Back
Gets or sets current map information.
Gets or sets current map information. Gets or sets current map information.
Return Type |
---|
Map<!– ThinkGeo.MapSuite.WindowsPhoneEdition.Map –> |
<!– ThinkGeo.MapSuite.WindowsPhoneEdition.Overlay –> Go Back
Gets a dictionary whose items will be passed to the TileOverlay server as parameters, it'll be used in the derived classes.
Return Type |
---|
Dictionary<String,String><!– System.Collections.Generic.Dictionary{System.String,System.String} –> |
<!– ThinkGeo.MapSuite.WindowsPhoneEdition.WmsOverlay –> Go Back
Gets the ScaleTransform object of this overlay.
Gets the ScaleTransform object of this overlay. Gets the ScaleTransform object of this overlay.
Return Type |
---|
ScaleTransform<!– System.Windows.Media.ScaleTransform –> |
<!– ThinkGeo.MapSuite.WindowsPhoneEdition.Overlay –> Go Back
Gets the TranslateGroup object for panning and zooming.
Gets the TranslateGroup object for panning and zooming. Gets the TranslateGroup object for panning and zooming.
Return Type |
---|
TransformGroup<!– System.Windows.Media.TransformGroup –> |
<!– ThinkGeo.MapSuite.WindowsPhoneEdition.Overlay –> Go Back
Gets the TranslateTransform object of this overlay.
Gets the TranslateTransform object of this overlay. Gets the TranslateTransform object of this overlay.
Return Type |
---|
TranslateTransform<!– System.Windows.Media.TranslateTransform –> |
<!– ThinkGeo.MapSuite.WindowsPhoneEdition.Overlay –> Go Back
Event Arguments |
---|
GetServerCapabilitiesXmlCompletedWmsOverlayEventArgs<!– ThinkGeo.MapSuite.WindowsPhoneEdition.GetServerCapabilitiesXmlCompletedWmsOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.WindowsPhoneEdition.WmsOverlay –> Go Back
NOTOC WindowsPhoneEdition ThinkGeo.MapSuite.WindowsPhoneEdition UpdateDocumentation