Constructor ExploratoryLocationDistanceMeasurement
ExploratoryLocationDistanceMeasurement(MapPoint, MapPoint)
Initializes a new instance of the ExploratoryLocationDistanceMeasurement class that defines a start and an end location using MapPoint coordinates.
Declaration
public ExploratoryLocationDistanceMeasurement(MapPoint startLocation, MapPoint endLocation)
Parameters
| Type | Name | Description |
|---|---|---|
| MapPoint | startLocation | A point that defines the start location of the measurement. |
| MapPoint | endLocation | A point that defines the end location of the measurement. |
Remarks
The LocationDistanceMeasurement analysis result is a distance measurement between the start and end locations with direct, horizontal, and vertical components.
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET | 300 |
| .NET Windows | 300 |
| .NET Android | 300 |
| .NET iOS | 300 |