EnhancedWaypoint(Geopoint, WaypointKind) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates an instance of the EnhancedWayPoint class.
public:
EnhancedWaypoint(Geopoint ^ point, WaypointKind kind);
EnhancedWaypoint(Geopoint const& point, WaypointKind const& kind);
public EnhancedWaypoint(Geopoint point, WaypointKind kind);
function EnhancedWaypoint(point, kind)
Public Sub New (point As Geopoint, kind As WaypointKind)
Parameters
- point
- Geopoint
The coordinates of a geographic location.
- kind
- WaypointKind
The type of waypoint.