MapPoint Constructor (Double, Double) |
|
DataPA OpenAnalytics API Reference
Creates and returns a new MapPoint object
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public MapPoint(
double Latitude,
double Longitude
)
Public Sub New (
Latitude As Double,
Longitude As Double
)
public:
MapPoint(
double Latitude,
double Longitude
)
DataPAEnterpriseDashboard.MapPoint = function(Latitude, Longitude);
Parameters
- Latitude
- Type: SystemDouble
- Longitude
- Type: SystemDouble
See Also