GeoWaypoint

constructor(roadLocation: GeoRoadLocation, radius: Long)

Constructs a new GeoWaypoint from an existing GeoRoadLocation instance.

Parameters

roadLocation

A valid instance of GeoRoadLocation.

radius

Radius (in meters) of the Waypoint.

Throws


constructor(roadLocation: GeoRoadLocation, radius: Long, ignorePoint: Boolean, ignoreTrafficDirections: Boolean, ignoreRoadBlocks: Boolean, ignoreRestrictions: Boolean, avoidUTurn: WaypointStatus, useStartAngle: WaypointStatus, useStopRoadSide: WaypointStatus)

Constructs a new GeoWaypoint from an existing GeoRoadLocation instance.

Parameters

roadLocation

A valid instance of GeoRoadLocation.

radius

Radius (in meters) of the Waypoint.

ignorePoint

Sets the ignore point status.

ignoreTrafficDirections

Sets the ignore traffic directions status.

ignoreRoadBlocks

Sets the ignore road blocks status.

ignoreRestrictions

Sets the ignore forbidden manoeuvres &blocked passagesstatus.

avoidUTurn

Sets the avoid U-turn restriction.

useStartAngle

Sets the use start angle restriction.

useStopRoadSide

Sets the use stop road side restriction.

Throws