GraffitiMap.Directions.Waypoint

Enumerations #

Name Values

This class exposes no enumerations.

Constants #

Name Type Value

This class exposes no constants.

Events #

Definition Parameters Return Type Description

This class exposes no events.

Methods #

Definition Parameters Return Type Description
Constructor location as GraffitiMap.Point None Creates a new instance.
isStopover as Boolean

Properties #

Name Type Default Value Description
IsStopover Boolean False When True, the route will display the waypoint as a stopover.
Location GraffitiMap.Point Nil The location of the waypoint on the globe.

Examples #

Sample Waypoint #

var waypoint as new GraffitiDirections.Waypoint( new GraffitiMap.Point( 0, 0 ), False )

Notes #

This class currently has no notes.