User Tools

Site Tools


thinkgeo.mapsuite.windowsphoneedition.googleoverlay

ThinkGeo.MapSuite.WindowsPhoneEdition.GoogleOverlay

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.

Remarks

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.

Inheritance Hierarchy

Members Summary

Public Constructors

Name Parameters DeclaringType Summary
Public MethodGoogleOverlay This is constructor of GoogleOverlay class.
Public MethodGoogleOverlay String This is constructor of GoogleOverlay class.
Public MethodGoogleOverlay String, String This is the constructor of GoogleOverlay class.

Protected Constructors

Name Parameters DeclaringType Summary

Public Methods

Name Parameters DeclaringType Summary
Public MethodDraw RectangleShape, OverlayDrawType Overlay Zooms the overlay only to the extent that you specify.
Public MethodEquals Object Object
Public MethodGetHashCode Object
Public MethodGetServerCapabilitiesXmlAsync WmsOverlay This API gets the GetCapabilites document of the service.
Public MethodGetType Object
Public MethodInitialize Map Overlay This method initializes the overlay canvas such as width, height and z-index for first time.
Public MethodRefresh Overlay This method re-draws this overlay in current extent.
Public MethodToScreenCoordinate Point Overlay This method returns a screen point from a point shape in world coordinates.
Public MethodToScreenCoordinate Double, Double Overlay This method returns a point shape in screen coordinates from the specified X, Y world coordinates.
Public MethodToScreenCoordinate PointShape Overlay This method returns a screen point from a point shape in world coordinates.
Public MethodToString Object
Public MethodToWorldCoordinate Double, Double Overlay This method returns a point shape in world coordinates from the specified X, Y screen coordinates.
Public MethodToWorldCoordinate Point Overlay This method returns a point shape in world coordinates from a ScreenPointF structure.
Public MethodToWorldCoordinate PointShape Overlay This method returns a point shape in world coordinates from a ScreenPointF structure.

Protected Methods

Name Parameters DeclaringType Summary
Protected MethodDrawCore RectangleShape Overlay(overriden)
Protected MethodFinalize Object
Protected MethodGetTileUri Uri, RectangleShape, Int32, Int32, Int32, Int32, Double WmsOverlay(overriden) This method gets tile request address from specific parameters.
Protected MethodInitializeCore Overlay(overriden)
Protected MethodMemberwiseClone Object
Protected MethodOnGetServerCapabilitiesXmlCompleted GetServerCapabilitiesXmlCompletedWmsOverlayEventArgs WmsOverlay
Protected MethodPanAnimationCompletedCore Overlay This method raised when Panning animation plays completed.
Protected MethodZoomStoryCompletedCore Overlay(overriden)

Public Properties

Name Return DeclaringType Summary
Public PropertyClientId 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.
Public PropertyGoogleMapType GoogleMapType Gets or sets the Google map type requesting from Google image server.
Public PropertyImageFormat GoogleImageFormat Gets or sets the image format requesting from Google's image server.
Public PropertyIsStretchEffectDisabled Boolean WmsOverlay Gets or sets whether the stretch effect is disabled or not.
Public PropertyName String Overlay Gets or sets the name of an overlay which will display in the OverlaySwitcher.
Public PropertyOpacity Double Overlay Gets or sets the opacity level of the overlay.
Public PropertyOverlayElement FrameworkElement Overlay An FrameworkElement that contains the overlay.
Public PropertyPrivateKey String Gets or sets a value that is unique to your client ID, please keep your key secure.
Public PropertyProjectionToSphericalMercator Projection
Public PropertyPanFrameX 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.
Public PropertyPanFrameY 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.
Public PropertyParameters Dictionary<String,String> WmsOverlay Gets a dictionary whose items will be passed to the WMS server as parameters.
Public PropertyProjection String WmsOverlay Gets or sets a string that will be sent to the Wms server to get the images in the specific projection.
Public PropertyServerUris Collection<Uri> WmsOverlay Gets multiple wms uri addresses.
Public PropertyStoryboardForPanning Storyboard Overlay Gets the Storyboard object for panning.
Public PropertyStoryboardForZooming Storyboard Overlay Gets the Storyboard object for zooming.
Public PropertyTileCache NativeImageTileCache WmsOverlay
Public PropertyTileType TileType WmsOverlay This enumeration specifies whether the overlay uses tiling.
Public PropertyTransitionEffect TransitionEffect Overlay Gets or Sets the transition effect to use when the map is panned or zoomed.
Public PropertyVisibility Visibility Overlay Gets or sets a value that indicates whether the overlay is visible on the map.
Public PropertyZIndex Int32 Overlay Get or set z-index of overlay, The value is bigger, and the order is higher.
Public PropertyZoomFrameX SplineDoubleKeyFrame Overlay Gets the SplineDoubleKeyFrame for zooming.
Public PropertyZoomFrameY SplineDoubleKeyFrame Overlay Gets the SplineDoubleKeyFrame for zooming.

Protected Properties

Name Return DeclaringType Summary
Protected PropertyMapInfo Map Overlay Gets or sets current map information.
Protected PropertyParametersCore 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.
Protected PropertyScaleTransform ScaleTransform Overlay Gets the ScaleTransform object of this overlay.
Protected PropertyTransformGroup TransformGroup Overlay Gets the TranslateGroup object for panning and zooming.
Protected PropertyTranslateTransform TranslateTransform Overlay Gets the TranslateTransform object of this overlay.

Public Events

Public Constructors

GoogleOverlay()

This is constructor of GoogleOverlay class.

Overloads

This is constructor of GoogleOverlay class.

Remarks

This is constructor of <strong>GoogleOverlay</strong> class. This is constructor of <strong>GoogleOverlay</strong> class.

Parameters

Name Type Description

Go Back

GoogleOverlay(String)

This is constructor of GoogleOverlay class.

Overloads

This is constructor of GoogleOverlay class.

Remarks

This is constructor of <strong>GoogleOverlay</strong> class. This is constructor of <strong>GoogleOverlay</strong> class.

Parameters

Name Type Description
name String<!– System.String –> A string value indicating the name of this overlay.

Go Back

GoogleOverlay(String, String)

This is the constructor of GoogleOverlay class.

Parameters

Name Type Description
name String<!– System.String –> A string value indicating the name of this overlay
apiKey String<!– System.String –>

Go Back

Protected Constructors

Public Methods

Draw(RectangleShape, OverlayDrawType)

Zooms the overlay only to the extent that you specify.

Remarks

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 Value

Return Type Description
Void<!– System.Void –>

Parameters

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

Equals(Object)

Return Value

Return Type Description
Boolean<!– System.Boolean –>

Parameters

Name Type Description
obj Object<!– System.Object –>

<!– System.Object –> Go Back

GetHashCode()

Return Value

Return Type Description
Int32<!– System.Int32 –>

Parameters

Name Type Description

<!– System.Object –> Go Back

GetServerCapabilitiesXmlAsync()

This API gets the GetCapabilites document of the service.

Return Value

Return Type Description
Void<!– System.Void –> This API returns the GetCapabilites document of the service.

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.WindowsPhoneEdition.WmsOverlay –> Go Back

GetType()

Return Value

Return Type Description
Type<!– System.Type –>

Parameters

Name Type Description

<!– System.Object –> Go Back

Initialize(Map)

This method initializes the overlay canvas such as width, height and z-index for first time.

Remarks

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 Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
currentMap Map<!– ThinkGeo.MapSuite.WindowsPhoneEdition.Map –> Current map information.

<!– ThinkGeo.MapSuite.WindowsPhoneEdition.Overlay –> Go Back

Refresh()

This method re-draws this overlay in current extent.

Remarks

This method re-draws this overlay in current extent. This method re-draws this overlay in current extent.

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.WindowsPhoneEdition.Overlay –> Go Back

ToScreenCoordinate(Point)

This method returns a screen point from a point shape in world coordinates.

Remarks

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 Value

Return Type Description
PointShape<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointShape –> A screen point in pixels.

Parameters

Name Type Description
worldCoordinate Point<!– System.Windows.Point –> A point in world coordinates.

<!– ThinkGeo.MapSuite.WindowsPhoneEdition.Overlay –> Go Back

ToScreenCoordinate(Double, Double)

This method returns a point shape in screen coordinates from the specified X, Y world coordinates.

Remarks

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 Value

Return Type Description
PointShape<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointShape –> A screen point in pixels.

Parameters

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

ToScreenCoordinate(PointShape)

This method returns a screen point from a point shape in world coordinates.

Remarks

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 Value

Return Type Description
PointShape<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointShape –> A screen point in pixels.

Parameters

Name Type Description
worldCoordinate PointShape<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointShape –> A point shape in world coordinates.

<!– ThinkGeo.MapSuite.WindowsPhoneEdition.Overlay –> Go Back

ToString()

Return Value

Return Type Description
String<!– System.String –>

Parameters

Name Type Description

<!– System.Object –> Go Back

ToWorldCoordinate(Double, Double)

This method returns a point shape in world coordinates from the specified X, Y screen coordinates.

Remarks

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 Value

Return Type Description
PointShape<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointShape –> A point shape in world coordinates.

Parameters

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

ToWorldCoordinate(Point)

This method returns a point shape in world coordinates from a ScreenPointF structure.

Remarks

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 Value

Return Type Description
PointShape<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointShape –> A point shape in world coordinates.

Parameters

Name Type Description
screenCoordinate Point<!– System.Windows.Point –> The point (in screen coordinates) to convert to world coordinates.

<!– ThinkGeo.MapSuite.WindowsPhoneEdition.Overlay –> Go Back

ToWorldCoordinate(PointShape)

This method returns a point shape in world coordinates from a ScreenPointF structure.

Remarks

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 Value

Return Type Description
PointShape<!– ThinkGeo.MapSuite.WindowsPhoneCore.PointShape –> A point shape in world coordinates.

Parameters

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

Protected Methods

DrawCore(RectangleShape)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
worldExtent RectangleShape<!– ThinkGeo.MapSuite.WindowsPhoneCore.RectangleShape –>

<!– ThinkGeo.MapSuite.WindowsPhoneEdition.Overlay(overriden) –> Go Back

Finalize()

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– System.Object –> Go Back

GetTileUri(Uri, RectangleShape, Int32, Int32, Int32, Int32, Double)

This method gets tile request address from specific parameters.

Remarks

This method gets tile request address from specific parameters. This method gets tile request address from specific parameters.

Return Value

Return Type Description
Uri<!– System.Uri –> A Uri value indicating the real address for requesting the tile image.

Parameters

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

InitializeCore()

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.WindowsPhoneEdition.Overlay(overriden) –> Go Back

MemberwiseClone()

Return Value

Return Type Description
Object<!– System.Object –>

Parameters

Name Type Description

<!– System.Object –> Go Back

OnGetServerCapabilitiesXmlCompleted(GetServerCapabilitiesXmlCompletedWmsOverlayEventArgs)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
e GetServerCapabilitiesXmlCompletedWmsOverlayEventArgs<!– ThinkGeo.MapSuite.WindowsPhoneEdition.GetServerCapabilitiesXmlCompletedWmsOverlayEventArgs –>

<!– ThinkGeo.MapSuite.WindowsPhoneEdition.WmsOverlay –> Go Back

PanAnimationCompletedCore()

This method raised when Panning animation plays completed.

Remarks

This method raised when Panning animation plays completed. This method raised when Panning animation plays completed.

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.WindowsPhoneEdition.Overlay –> Go Back

ZoomStoryCompletedCore()

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.WindowsPhoneEdition.Overlay(overriden) –> Go Back

Public Properties

ApiKey

Return Value

Return Type
String<!– System.String –>

<!– ThinkGeo.MapSuite.SilverlightEdition.GoogleOverlay –> Go Back

GoogleMapType

Gets or sets the Google map type requesting from Google image server.

Remarks

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 Value

Return Type
GoogleMapType<!– ThinkGeo.MapSuite.WindowsPhoneEdition.GoogleMapType –>

<!– ThinkGeo.MapSuite.WindowsPhoneEdition.GoogleOverlay –> Go Back

ImageFormat

Gets or sets the image format requesting from Google's image server.

Remarks

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 Value

Return Type
GoogleImageFormat<!– ThinkGeo.MapSuite.WindowsPhoneEdition.GoogleImageFormat –>

<!– ThinkGeo.MapSuite.WindowsPhoneEdition.GoogleOverlay –> Go Back

IsStretchEffectDisabled

Gets or sets whether the stretch effect is disabled or not.

Remarks

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 Value

Return Type
Boolean<!– System.Boolean –>

<!– ThinkGeo.MapSuite.WindowsPhoneEdition.WmsOverlay –> Go Back

Name

Gets or sets the name of an overlay which will display in the OverlaySwitcher.

Return Value

Return Type
String<!– System.String –>

<!– ThinkGeo.MapSuite.WindowsPhoneEdition.Overlay –> Go Back

Opacity

Gets or sets the opacity level of the overlay.

Remarks

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 Value

Return Type
Double<!– System.Double –>

<!– ThinkGeo.MapSuite.WindowsPhoneEdition.Overlay –> Go Back

OverlayElement

An FrameworkElement that contains the overlay.

Return Value

Return Type
FrameworkElement<!– System.Windows.FrameworkElement –>

<!– ThinkGeo.MapSuite.WindowsPhoneEdition.Overlay –> Go Back

PanFrameX

Animates from the System.Double value of the previous key frame to its own System.Windows.Media.Animation.DoubleKeyFrame.Value using splined interpolation.

Return Value

Return Type
SplineDoubleKeyFrame<!– System.Windows.Media.Animation.SplineDoubleKeyFrame –>

<!– ThinkGeo.MapSuite.WindowsPhoneEdition.Overlay –> Go Back

PanFrameY

Animates from the System.Double value of the previous key frame to its own System.Windows.Media.Animation.DoubleKeyFrame.Value using splined interpolation.

Return Value

Return Type
SplineDoubleKeyFrame<!– System.Windows.Media.Animation.SplineDoubleKeyFrame –>

<!– ThinkGeo.MapSuite.WindowsPhoneEdition.Overlay –> Go Back

Parameters

Gets a dictionary whose items will be passed to the WMS server as parameters.

Return Value

Return Type
Dictionary<String,String><!– System.Collections.Generic.Dictionary{System.String,System.String} –>

<!– ThinkGeo.MapSuite.WindowsPhoneEdition.WmsOverlay –> Go Back

Projection

Gets or sets a string that will be sent to the Wms server to get the images in the specific projection.

Return Value

Return Type
String<!– System.String –>

<!– ThinkGeo.MapSuite.WindowsPhoneEdition.WmsOverlay –> Go Back

ServerUris

Gets multiple wms uri addresses.

Return Value

Return Type
Collection<Uri><!– System.Collections.ObjectModel.Collection{System.Uri} –>

<!– ThinkGeo.MapSuite.WindowsPhoneEdition.WmsOverlay –> Go Back

StoryboardForPanning

Gets the Storyboard object for panning.

Return Value

Return Type
Storyboard<!– System.Windows.Media.Animation.Storyboard –>

<!– ThinkGeo.MapSuite.WindowsPhoneEdition.Overlay –> Go Back

StoryboardForZooming

Gets the Storyboard object for zooming.

Return Value

Return Type
Storyboard<!– System.Windows.Media.Animation.Storyboard –>

<!– ThinkGeo.MapSuite.WindowsPhoneEdition.Overlay –> Go Back

TileCache

Return Value

Return Type
NativeImageTileCache<!– ThinkGeo.MapSuite.WindowsPhoneCore.NativeImageTileCache –>

<!– ThinkGeo.MapSuite.WindowsPhoneEdition.WmsOverlay –> Go Back

TileType

This enumeration specifies whether the overlay uses tiling.

Return Value

Return Type
TileType<!– ThinkGeo.MapSuite.WindowsPhoneEdition.TileType –>

<!– ThinkGeo.MapSuite.WindowsPhoneEdition.WmsOverlay –> Go Back

TransitionEffect

Gets or Sets the transition effect to use when the map is panned or zoomed.

Return Value

Return Type
TransitionEffect<!– ThinkGeo.MapSuite.WindowsPhoneEdition.TransitionEffect –>

<!– ThinkGeo.MapSuite.WindowsPhoneEdition.Overlay –> Go Back

Visibility

Gets or sets a value that indicates whether the overlay is visible on the map.

Return Value

Return Type
Visibility<!– System.Windows.Visibility –>

<!– ThinkGeo.MapSuite.WindowsPhoneEdition.Overlay –> Go Back

ZIndex

Get or set z-index of overlay, The value is bigger, and the order is higher.

Remarks

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 Value

Return Type
Int32<!– System.Int32 –>

<!– ThinkGeo.MapSuite.WindowsPhoneEdition.Overlay –> Go Back

ZoomFrameX

Gets the SplineDoubleKeyFrame for zooming.

Return Value

Return Type
SplineDoubleKeyFrame<!– System.Windows.Media.Animation.SplineDoubleKeyFrame –>

<!– ThinkGeo.MapSuite.WindowsPhoneEdition.Overlay –> Go Back

ZoomFrameY

Gets the SplineDoubleKeyFrame for zooming.

Return Value

Return Type
SplineDoubleKeyFrame<!– System.Windows.Media.Animation.SplineDoubleKeyFrame –>

<!– ThinkGeo.MapSuite.WindowsPhoneEdition.Overlay –> Go Back

Protected Properties

MapInfo

Gets or sets current map information.

Remarks

Gets or sets current map information. Gets or sets current map information.

Return Value

Return Type
Map<!– ThinkGeo.MapSuite.WindowsPhoneEdition.Map –>

<!– ThinkGeo.MapSuite.WindowsPhoneEdition.Overlay –> Go Back

ParametersCore

Gets a dictionary whose items will be passed to the TileOverlay server as parameters, it'll be used in the derived classes.

Return Value

Return Type
Dictionary<String,String><!– System.Collections.Generic.Dictionary{System.String,System.String} –>

<!– ThinkGeo.MapSuite.WindowsPhoneEdition.WmsOverlay –> Go Back

ScaleTransform

Gets the ScaleTransform object of this overlay.

Remarks

Gets the ScaleTransform object of this overlay. Gets the ScaleTransform object of this overlay.

Return Value

Return Type
ScaleTransform<!– System.Windows.Media.ScaleTransform –>

<!– ThinkGeo.MapSuite.WindowsPhoneEdition.Overlay –> Go Back

TransformGroup

Gets the TranslateGroup object for panning and zooming.

Remarks

Gets the TranslateGroup object for panning and zooming. Gets the TranslateGroup object for panning and zooming.

Return Value

Return Type
TransformGroup<!– System.Windows.Media.TransformGroup –>

<!– ThinkGeo.MapSuite.WindowsPhoneEdition.Overlay –> Go Back

TranslateTransform

Gets the TranslateTransform object of this overlay.

Remarks

Gets the TranslateTransform object of this overlay. Gets the TranslateTransform object of this overlay.

Return Value

Return Type
TranslateTransform<!– System.Windows.Media.TranslateTransform –>

<!– ThinkGeo.MapSuite.WindowsPhoneEdition.Overlay –> Go Back

Public Events

GetServerCapabilitiesXmlCompleted

Event Arguments

Event Arguments
GetServerCapabilitiesXmlCompletedWmsOverlayEventArgs<!– ThinkGeo.MapSuite.WindowsPhoneEdition.GetServerCapabilitiesXmlCompletedWmsOverlayEventArgs –>

<!– ThinkGeo.MapSuite.WindowsPhoneEdition.WmsOverlay –> Go Back

NOTOC WindowsPhoneEdition ThinkGeo.MapSuite.WindowsPhoneEdition UpdateDocumentation

thinkgeo.mapsuite.windowsphoneedition.googleoverlay.txt · Last modified: 2017/03/16 21:59 (external edit)