Click or drag to resize

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
)

Parameters

center
Type: System.WindowsPoint
The center in WGS84 units (X=Longitude, Y=Latitude).
zoomLevel
Type: SystemDouble
Zoom level of the map.
See Also