Click or drag to resize

FormsMapSetMapLocation 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
public void SetMapLocation(
	Point point,
	double zoom
)

Parameters

point
Type: System.WindowsPoint
zoom
Type: SystemDouble

Implements

IMapSetMapLocation(Point, Double)
See Also