====== ThinkGeo.MapSuite.WindowsPhoneEdition.WorldMapKitWmsWindowsPhoneOverlay ====== {{section>upgrade_map_suite_to_10.0}} This class represents an Overlay that retrieves tiles from ThinkGeo WorldMapKit Wms server. ===== Inheritance Hierarchy ===== *System.Object **[[ThinkGeo.MapSuite.WindowsPhoneEdition.Overlay]] ***[[ThinkGeo.MapSuite.WindowsPhoneEdition.WorldMapKitWmsWindowsPhoneOverlay]] ===== Members Summary ===== ==== Public Constructors ==== ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | {{wiki:PublicMethod.gif|Public Method}}[[#WorldMapKitWmsWindowsPhoneOverlay()|WorldMapKitWmsWindowsPhoneOverlay]] | | | This is constructor of WorldMapKitWmsWindowsPhoneOverlay class. | | {{wiki:PublicMethod.gif|Public Method}}[[#WorldMapKitWmsWindowsPhoneOverlay(String)|WorldMapKitWmsWindowsPhoneOverlay]] | String | | This is constructor of WorldMapKitWmsWindowsPhoneOverlay class. | | {{wiki:PublicMethod.gif|Public Method}}[[#WorldMapKitWmsWindowsPhoneOverlay(String, String)|WorldMapKitWmsWindowsPhoneOverlay]] | String, String | | This is constructor of WorldMapKitWmsWindowsPhoneOverlay class. | | {{wiki:PublicMethod.gif|Public Method}}[[#WorldMapKitWmsWindowsPhoneOverlay(String, String, String)|WorldMapKitWmsWindowsPhoneOverlay]] | String, String, String | | This is constructor of WorldMapKitWmsWindowsPhoneOverlay class. | ==== Protected Constructors ==== ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ ==== Public Methods ==== ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | {{wiki:PublicMethod.gif|Public Method}}[[#Draw(RectangleShape, OverlayDrawType)|Draw]] | [[ThinkGeo.MapSuite.WindowsPhoneCore.RectangleShape|RectangleShape]], [[ThinkGeo.MapSuite.WindowsPhoneEdition.OverlayDrawType|OverlayDrawType]] | [[ThinkGeo.MapSuite.WindowsPhoneEdition.Overlay|Overlay]] | Zooms the overlay only to the extent that you specify. | | {{wiki:PublicMethod.gif|Public Method}}[[#Equals(Object)|Equals]] | Object | Object | | | {{wiki:PublicMethod.gif|Public Method}}[[#GetHashCode()|GetHashCode]] | | Object | | | {{wiki:PublicMethod.gif|Public Method}}[[#GetType()|GetType]] | | Object | | | {{wiki:PublicMethod.gif|Public Method}}[[#Initialize(Map)|Initialize]] | [[ThinkGeo.MapSuite.WindowsPhoneEdition.Map|Map]] | [[ThinkGeo.MapSuite.WindowsPhoneEdition.Overlay|Overlay]] | This method initializes the overlay canvas such as width, height and z-index for first time. | | {{wiki:PublicMethod.gif|Public Method}}[[#Refresh()|Refresh]] | | [[ThinkGeo.MapSuite.WindowsPhoneEdition.Overlay|Overlay]] | This method re-draws this overlay in current extent. | | {{wiki:PublicMethod.gif|Public Method}}[[#ToScreenCoordinate(Point)|ToScreenCoordinate]] | Point | [[ThinkGeo.MapSuite.WindowsPhoneEdition.Overlay|Overlay]] | This method returns a screen point from a point shape in world coordinates. | | {{wiki:PublicMethod.gif|Public Method}}[[#ToScreenCoordinate(Double, Double)|ToScreenCoordinate]] | Double, Double | [[ThinkGeo.MapSuite.WindowsPhoneEdition.Overlay|Overlay]] | This method returns a point shape in screen coordinates from the specified X, Y world coordinates. | | {{wiki:PublicMethod.gif|Public Method}}[[#ToScreenCoordinate(PointShape)|ToScreenCoordinate]] | [[ThinkGeo.MapSuite.WindowsPhoneCore.PointShape|PointShape]] | [[ThinkGeo.MapSuite.WindowsPhoneEdition.Overlay|Overlay]] | This method returns a screen point from a point shape in world coordinates. | | {{wiki:PublicMethod.gif|Public Method}}[[#ToString()|ToString]] | | Object | | | {{wiki:PublicMethod.gif|Public Method}}[[#ToWorldCoordinate(PointShape)|ToWorldCoordinate]] | [[ThinkGeo.MapSuite.WindowsPhoneCore.PointShape|PointShape]] | [[ThinkGeo.MapSuite.WindowsPhoneEdition.Overlay|Overlay]] | This method returns a point shape in world coordinates from a ScreenPointF structure. | | {{wiki:PublicMethod.gif|Public Method}}[[#ToWorldCoordinate(Point)|ToWorldCoordinate]] | Point | [[ThinkGeo.MapSuite.WindowsPhoneEdition.Overlay|Overlay]] | This method returns a point shape in world coordinates from a ScreenPointF structure. | | {{wiki:PublicMethod.gif|Public Method}}[[#ToWorldCoordinate(Double, Double)|ToWorldCoordinate]] | Double, Double | [[ThinkGeo.MapSuite.WindowsPhoneEdition.Overlay|Overlay]] | This method returns a point shape in world coordinates from the specified X, Y screen coordinates. | ==== Protected Methods ==== ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | {{wiki:ProtectedMethod.gif|Protected Method}}[[#DrawCore(RectangleShape)|DrawCore]] | [[ThinkGeo.MapSuite.WindowsPhoneCore.RectangleShape|RectangleShape]] | [[ThinkGeo.MapSuite.WindowsPhoneEdition.Overlay|Overlay]](overriden) | This method draws the features in the specified extent. | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Finalize()|Finalize]] | | Object | | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#GetTileUri(Uri, RectangleShape, Int32, Int32, Int32, Int32, Double)|GetTileUri]] | Uri, [[ThinkGeo.MapSuite.WindowsPhoneCore.RectangleShape|RectangleShape]], Int32, Int32, Int32, Int32, Double | | This method gets the specific tile's Uri string by which to get tile from Wms server. | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#InitializeCore()|InitializeCore]] | | [[ThinkGeo.MapSuite.WindowsPhoneEdition.Overlay|Overlay]](overriden) | This method initializes the overlay canvas such as width, height and z-index at first time. | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MemberwiseClone()|MemberwiseClone]] | | Object | | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#PanAnimationCompletedCore()|PanAnimationCompletedCore]] | | [[ThinkGeo.MapSuite.WindowsPhoneEdition.Overlay|Overlay]] | This method raised when Panning animation plays completed. | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#ZoomStoryCompletedCore()|ZoomStoryCompletedCore]] | | [[ThinkGeo.MapSuite.WindowsPhoneEdition.Overlay|Overlay]](overriden) | Event triggers after zoom ended. | ==== Public Properties ==== ^ Name ^ Return ^ DeclaringType ^ Summary ^ | {{wiki:PublicProperty.gif|Public Property}}[[#ClientId|ClientId]] | String | | Gets or sets a value that is your Client Id. | | {{wiki:PublicProperty.gif|Public Property}}[[#Name|Name]] | String | [[ThinkGeo.MapSuite.WindowsPhoneEdition.Overlay|Overlay]] | Gets or sets the name of an overlay which will display in the OverlaySwitcher. | | {{wiki:PublicProperty.gif|Public Property}}[[#Opacity|Opacity]] | Double | [[ThinkGeo.MapSuite.WindowsPhoneEdition.Overlay|Overlay]] | Gets or sets the opacity level of the overlay. | | {{wiki:PublicProperty.gif|Public Property}}[[#OverlayElement|OverlayElement]] | FrameworkElement | [[ThinkGeo.MapSuite.WindowsPhoneEdition.Overlay|Overlay]] | An FrameworkElement that contains the overlay. | | {{wiki:PublicProperty.gif|Public Property}}[[#PanFrameX|PanFrameX]] | SplineDoubleKeyFrame | [[ThinkGeo.MapSuite.WindowsPhoneEdition.Overlay|Overlay]] | Animates from the System.Double value of the previous key frame to its own System.Windows.Media.Animation.DoubleKeyFrame.Value using splined interpolation. | | {{wiki:PublicProperty.gif|Public Property}}[[#PanFrameY|PanFrameY]] | SplineDoubleKeyFrame | [[ThinkGeo.MapSuite.WindowsPhoneEdition.Overlay|Overlay]] | Animates from the System.Double value of the previous key frame to its own System.Windows.Media.Animation.DoubleKeyFrame.Value using splined interpolation. | | {{wiki:PublicProperty.gif|Public Property}}[[#PrivateKey|PrivateKey]] | String | | Gets or sets a value that is unique to your client ID, please keep your key secure. | | {{wiki:PublicProperty.gif|Public Property}}[[#Projection|Projection]] | [[ThinkGeo.MapSuite.WindowsPhoneEdition.WorldMapKitProjection|WorldMapKitProjection]] | | Gets or sets a WorldMapKitProjection represents which projection will be used. | | {{wiki:PublicProperty.gif|Public Property}}[[#StoryboardForPanning|StoryboardForPanning]] | Storyboard | [[ThinkGeo.MapSuite.WindowsPhoneEdition.Overlay|Overlay]] | Gets the Storyboard object for panning. | | {{wiki:PublicProperty.gif|Public Property}}[[#StoryboardForZooming|StoryboardForZooming]] | Storyboard | [[ThinkGeo.MapSuite.WindowsPhoneEdition.Overlay|Overlay]] | Gets the Storyboard object for zooming. | | {{wiki:PublicProperty.gif|Public Property}}[[#TileCache|TileCache]] | [[ThinkGeo.MapSuite.WindowsPhoneCore.NativeImageTileCache|NativeImageTileCache]] | | | | {{wiki:PublicProperty.gif|Public Property}}[[#TransitionEffect|TransitionEffect]] | [[ThinkGeo.MapSuite.WindowsPhoneEdition.TransitionEffect|TransitionEffect]] | [[ThinkGeo.MapSuite.WindowsPhoneEdition.Overlay|Overlay]] | Gets or Sets the transition effect to use when the map is panned or zoomed. | | {{wiki:PublicProperty.gif|Public Property}}[[#Visibility|Visibility]] | Visibility | [[ThinkGeo.MapSuite.WindowsPhoneEdition.Overlay|Overlay]] | Gets or sets a value that indicates whether the overlay is visible on the map. | | {{wiki:PublicProperty.gif|Public Property}}[[#ZIndex|ZIndex]] | Int32 | [[ThinkGeo.MapSuite.WindowsPhoneEdition.Overlay|Overlay]] | Get or set z-index of overlay, The value is bigger, and the order is higher. | | {{wiki:PublicProperty.gif|Public Property}}[[#ZoomFrameX|ZoomFrameX]] | SplineDoubleKeyFrame | [[ThinkGeo.MapSuite.WindowsPhoneEdition.Overlay|Overlay]] | Gets the SplineDoubleKeyFrame for zooming. | | {{wiki:PublicProperty.gif|Public Property}}[[#ZoomFrameY|ZoomFrameY]] | SplineDoubleKeyFrame | [[ThinkGeo.MapSuite.WindowsPhoneEdition.Overlay|Overlay]] | Gets the SplineDoubleKeyFrame for zooming. | ==== Protected Properties ==== ^ Name ^ Return ^ DeclaringType ^ Summary ^ | {{wiki:ProtectedProperty.gif|Protected Property}}[[#MapInfo|MapInfo]] | [[ThinkGeo.MapSuite.WindowsPhoneEdition.Map|Map]] | [[ThinkGeo.MapSuite.WindowsPhoneEdition.Overlay|Overlay]] | Gets or sets current map information. | | {{wiki:ProtectedProperty.gif|Protected Property}}[[#ParametersCore|ParametersCore]] | Dictionary | | Gets a dictionary whose items will be passed to the TileOverlay server as parameters, it'll be used in the derived classes. | | {{wiki:ProtectedProperty.gif|Protected Property}}[[#ScaleTransform|ScaleTransform]] | ScaleTransform | [[ThinkGeo.MapSuite.WindowsPhoneEdition.Overlay|Overlay]] | Gets the ScaleTransform object of this overlay. | | {{wiki:ProtectedProperty.gif|Protected Property}}[[#TransformGroup|TransformGroup]] | TransformGroup | [[ThinkGeo.MapSuite.WindowsPhoneEdition.Overlay|Overlay]] | Gets the TranslateGroup object for panning and zooming. | | {{wiki:ProtectedProperty.gif|Protected Property}}[[#TranslateTransform|TranslateTransform]] | TranslateTransform | [[ThinkGeo.MapSuite.WindowsPhoneEdition.Overlay|Overlay]] | Gets the TranslateTransform object of this overlay. | ==== Public Events ==== ^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ ===== Public Constructors ===== ==== WorldMapKitWmsWindowsPhoneOverlay() ==== This is constructor of WorldMapKitWmsWindowsPhoneOverlay class. === Overloads === This is constructor of WorldMapKitWmsWindowsPhoneOverlay class. === Remarks === This is constructor of WorldMapKitWmsWindowsPhoneOverlay class. === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Constructors|Go Back]] ==== WorldMapKitWmsWindowsPhoneOverlay(String) ==== This is constructor of WorldMapKitWmsWindowsPhoneOverlay class. === Overloads === This is constructor of WorldMapKitWmsWindowsPhoneOverlay class. === Remarks === This is constructor of WorldMapKitWmsWindowsPhoneOverlay class. === Parameters === ^ Name ^ Type ^ Description ^ | name | String | The name of the WorldMapKitWmsWindowsPhoneOverlay. | [[#Public Constructors|Go Back]] ==== WorldMapKitWmsWindowsPhoneOverlay(String, String) ==== This is constructor of WorldMapKitWmsWindowsPhoneOverlay class. === Overloads === This is constructor of WorldMapKitWmsWindowsPhoneOverlay class. === Remarks === This is constructor of WorldMapKitWmsWindowsPhoneOverlay class. === Parameters === ^ Name ^ Type ^ Description ^ | clientId | String | The clientId for the WMS Server. | | privateKey | String | The privateKey for the WMS Server. | [[#Public Constructors|Go Back]] ==== WorldMapKitWmsWindowsPhoneOverlay(String, String, String) ==== This is constructor of WorldMapKitWmsWindowsPhoneOverlay class. === Overloads === This is constructor of WorldMapKitWmsWindowsPhoneOverlay class. === Remarks === This is constructor of WorldMapKitWmsWindowsPhoneOverlay class. === Parameters === ^ Name ^ Type ^ Description ^ | name | String | The name of the overlay. | | clientId | String | The clientId for the WMS Server. | | privateKey | String | The privateKey for the WMS Server. | [[#Public Constructors|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. === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | worldExtent | [[ThinkGeo.MapSuite.WindowsPhoneCore.RectangleShape|RectangleShape]] | The new world extent of the map. | | overlayDrawType | [[ThinkGeo.MapSuite.WindowsPhoneEdition.OverlayDrawType|OverlayDrawType]] | The enum value indecating that the map draws features or not. | [[#Public Methods|Go Back]] ==== Equals(Object) ==== === Return Value === ^ Return Type ^ Description ^ | Boolean | | === Parameters === ^ Name ^ Type ^ Description ^ | obj | Object | | [[#Public Methods|Go Back]] ==== GetHashCode() ==== === Return Value === ^ Return Type ^ Description ^ | Int32 | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== GetType() ==== === Return Value === ^ Return Type ^ Description ^ | Type | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|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. === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | currentMap | [[ThinkGeo.MapSuite.WindowsPhoneEdition.Map|Map]] | Current map information. | [[#Public Methods|Go Back]] ==== Refresh() ==== This method re-draws this overlay in current extent. === Remarks === This method re-draws this overlay in current extent. === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|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. === Return Value === ^ Return Type ^ Description ^ | [[ThinkGeo.MapSuite.WindowsPhoneCore.PointShape|PointShape]] | A screen point in pixels. | === Parameters === ^ Name ^ Type ^ Description ^ | worldCoordinate | Point | A point in world coordinates. | [[#Public Methods|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. === Return Value === ^ Return Type ^ Description ^ | [[ThinkGeo.MapSuite.WindowsPhoneCore.PointShape|PointShape]] | A screen point in pixels. | === Parameters === ^ Name ^ Type ^ Description ^ | worldX | Double | The X world coordinate. | | worldY | Double | The Y world coordinate. | [[#Public Methods|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. === Return Value === ^ Return Type ^ Description ^ | [[ThinkGeo.MapSuite.WindowsPhoneCore.PointShape|PointShape]] | A screen point in pixels. | === Parameters === ^ Name ^ Type ^ Description ^ | worldCoordinate | [[ThinkGeo.MapSuite.WindowsPhoneCore.PointShape|PointShape]] | A point shape in world coordinates. | [[#Public Methods|Go Back]] ==== ToString() ==== === Return Value === ^ Return Type ^ Description ^ | String | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|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. === Return Value === ^ Return Type ^ Description ^ | [[ThinkGeo.MapSuite.WindowsPhoneCore.PointShape|PointShape]] | A point shape in world coordinates. | === Parameters === ^ Name ^ Type ^ Description ^ | screenCoordinate | [[ThinkGeo.MapSuite.WindowsPhoneCore.PointShape|PointShape]] | The point (in screen coordinates) to convert to world coordinates. | [[#Public Methods|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. === Return Value === ^ Return Type ^ Description ^ | [[ThinkGeo.MapSuite.WindowsPhoneCore.PointShape|PointShape]] | A point shape in world coordinates. | === Parameters === ^ Name ^ Type ^ Description ^ | screenCoordinate | Point | The point (in screen coordinates) to convert to world coordinates. | [[#Public Methods|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. === Return Value === ^ Return Type ^ Description ^ | [[ThinkGeo.MapSuite.WindowsPhoneCore.PointShape|PointShape]] | A point shape in world coordinates. | === Parameters === ^ Name ^ Type ^ Description ^ | screenX | Double | The X-value in pixels referenced to the screen origin. | | screenY | Double | The Y-value in pixels referenced to the screen origin. | [[#Public Methods|Go Back]] ===== Protected Methods ===== ==== DrawCore(RectangleShape) ==== This method draws the features in the specified extent. === Remarks === This method draws the features in the specified extent. === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | worldExtent | [[ThinkGeo.MapSuite.WindowsPhoneCore.RectangleShape|RectangleShape]] | The new world extent of the map. | [[#Protected Methods|Go Back]] ==== Finalize() ==== === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Protected Methods|Go Back]] ==== GetTileUri(Uri, RectangleShape, Int32, Int32, Int32, Int32, Double) ==== This method gets the specific tile's Uri string by which to get tile from Wms server. === Return Value === ^ Return Type ^ Description ^ | Uri | A Uri object. | === Parameters === ^ Name ^ Type ^ Description ^ | serverUri | Uri | The Wms server's Uri. | | tileExtent | [[ThinkGeo.MapSuite.WindowsPhoneCore.RectangleShape|RectangleShape]] | The world extent of tile. | | row | Int32 | The row index in the tile matrix. | | column | Int32 | The column index in the tile matrix. | | tileWidth | Int32 | The width of tile. | | tileHeight | Int32 | The height of tile. | | scale | Double | The scale of tile. | [[#Protected Methods|Go Back]] ==== InitializeCore() ==== This method initializes the overlay canvas such as width, height and z-index at first time. === Remarks === This method initializes the overlay canvas such as width, height and z-index at first time. === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Protected Methods|Go Back]] ==== MemberwiseClone() ==== === Return Value === ^ Return Type ^ Description ^ | Object | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Protected Methods|Go Back]] ==== PanAnimationCompletedCore() ==== This method raised when Panning animation plays completed. === Remarks === This method raised when Panning animation plays completed. === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Protected Methods|Go Back]] ==== ZoomStoryCompletedCore() ==== Event triggers after zoom ended. === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Protected Methods|Go Back]] ===== Public Properties ===== ==== ClientId ==== Gets or sets a value that is your Client Id. === Return Value === ^ Return Type ^ | String | [[#Public Properties|Go Back]] ==== Name ==== Gets or sets the name of an overlay which will display in the OverlaySwitcher. === Return Value === ^ Return Type ^ | String | [[#Public Properties|Go Back]] ==== Opacity ==== Gets or sets the opacity level of the overlay. === Remarks === The Opacity 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 | [[#Public Properties|Go Back]] ==== OverlayElement ==== An FrameworkElement that contains the overlay. === Return Value === ^ Return Type ^ | FrameworkElement | [[#Public Properties|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 | [[#Public Properties|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 | [[#Public Properties|Go Back]] ==== PrivateKey ==== Gets or sets a value that is unique to your client ID, please keep your key secure. === Return Value === ^ Return Type ^ | String | [[#Public Properties|Go Back]] ==== Projection ==== Gets or sets a WorldMapKitProjection represents which projection will be used. === Return Value === ^ Return Type ^ | [[ThinkGeo.MapSuite.WindowsPhoneEdition.WorldMapKitProjection|WorldMapKitProjection]] | [[#Public Properties|Go Back]] ==== StoryboardForPanning ==== Gets the Storyboard object for panning. === Return Value === ^ Return Type ^ | Storyboard | [[#Public Properties|Go Back]] ==== StoryboardForZooming ==== Gets the Storyboard object for zooming. === Return Value === ^ Return Type ^ | Storyboard | [[#Public Properties|Go Back]] ==== TileCache ==== === Return Value === ^ Return Type ^ | [[ThinkGeo.MapSuite.WindowsPhoneCore.NativeImageTileCache|NativeImageTileCache]] | [[#Public Properties|Go Back]] ==== TransitionEffect ==== Gets or Sets the transition effect to use when the map is panned or zoomed. === Return Value === ^ Return Type ^ | [[ThinkGeo.MapSuite.WindowsPhoneEdition.TransitionEffect|TransitionEffect]] | [[#Public Properties|Go Back]] ==== Visibility ==== Gets or sets a value that indicates whether the overlay is visible on the map. === Return Value === ^ Return Type ^ | Visibility | [[#Public Properties|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. === Return Value === ^ Return Type ^ | Int32 | [[#Public Properties|Go Back]] ==== ZoomFrameX ==== Gets the SplineDoubleKeyFrame for zooming. === Return Value === ^ Return Type ^ | SplineDoubleKeyFrame | [[#Public Properties|Go Back]] ==== ZoomFrameY ==== Gets the SplineDoubleKeyFrame for zooming. === Return Value === ^ Return Type ^ | SplineDoubleKeyFrame | [[#Public Properties|Go Back]] ===== Protected Properties ===== ==== MapInfo ==== Gets or sets current map information. === Remarks === Gets or sets current map information. === Return Value === ^ Return Type ^ | [[ThinkGeo.MapSuite.WindowsPhoneEdition.Map|Map]] | [[#Protected Properties|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 | [[#Protected Properties|Go Back]] ==== ScaleTransform ==== Gets the ScaleTransform object of this overlay. === Remarks === Gets the ScaleTransform object of this overlay. === Return Value === ^ Return Type ^ | ScaleTransform | [[#Protected Properties|Go Back]] ==== TransformGroup ==== Gets the TranslateGroup object for panning and zooming. === Remarks === Gets the TranslateGroup object for panning and zooming. === Return Value === ^ Return Type ^ | TransformGroup | [[#Protected Properties|Go Back]] ==== TranslateTransform ==== Gets the TranslateTransform object of this overlay. === Remarks === Gets the TranslateTransform object of this overlay. === Return Value === ^ Return Type ^ | TranslateTransform | [[#Protected Properties|Go Back]] ===== Public Events ===== __NOTOC__ [[Category:WindowsPhoneEdition]] [[Category:ThinkGeo.MapSuite.WindowsPhoneEdition]] [[Category:UpdateDocumentation]]