IMapSetMapLocation Method (Point, Double) |
Sets the center (specified in WGS84 units) and zoom level of the map.
Namespace:
Ptv.XServer.Controls.Map
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax void SetMapLocation(
Point center,
double zoomLevel
)
Sub SetMapLocation (
center As Point,
zoomLevel As Double
)
void SetMapLocation(
Point center,
double zoomLevel
)
abstract SetMapLocation :
center : Point *
zoomLevel : float -> unit
Parameters
- center
- Type: System.WindowsPoint
The center in WGS84 units (X=Longitude, Y=Latitude). - zoomLevel
- Type: SystemDouble
Zoom level of the map.
See Also