Click or drag to resize
MapMoveEventArgs Constructor DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Creates and returns a new MapMoveEventArgs object

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public MapMoveEventArgs(
	double Latitude,
	double Longitude,
	double Zoom
)

Parameters

Latitude
Type: SystemDouble
The latitude value for this event
Longitude
Type: SystemDouble
The longitude value for this event
Zoom
Type: SystemDouble
The zoom value for this event
Remarks