Click or drag to resize

FormsMapSetMapLocation Method (Point, Double, String)

Sets the center (coordinate format specified in parameter spatialReferenceId) 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,
	string spatialReferenceId
)

Parameters

point
Type: System.WindowsPoint
zoom
Type: SystemDouble
spatialReferenceId
Type: SystemString
The spatial reference identifier.

Implements

IMapSetMapLocation(Point, Double, String)
See Also