MapMoveEventArgs Constructor |
|
DataPA OpenAnalytics API Reference
Creates and returns a new MapMoveEventArgs object
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public MapMoveEventArgs(
double Latitude,
double Longitude,
double Zoom
)
Public Sub New (
Latitude As Double,
Longitude As Double,
Zoom As Double
)
public:
MapMoveEventArgs(
double Latitude,
double Longitude,
double Zoom
)
DataPAEnterpriseDashboard.MapMoveEventArgs = function(Latitude, Longitude, 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 See Also