Class ItineraryPoint extends TravelObject

This class represent an itinerary point

Source : file data/ItineraryPoint.js at line 34

Constructor

new ItineraryPoint ( )

The constructor

Source : file data/ItineraryPoint.js at line 82

Public getters and setters

get distance : Number

The distance between the ItineraryPoint and the next ItineraryPoint

Source : file data/ItineraryPoint.js at line 115

set distance

Source : file data/ItineraryPoint.js at line 117

get elev : Number

The elevation (if any) of the ItineraryPoint

Source : file data/ItineraryPoint.js at line 126

set elev

Source : file data/ItineraryPoint.js at line 128

get jsonObject : JsonObject

An object literal with the ItineraryPoint properties and without any methods. This object can be used with the JSON object

Source : file data/ItineraryPoint.js at line 174

set jsonObject

Source : file data/ItineraryPoint.js at line 185

get lat : Number

The latitude of the ItineraryPoint

Source : file data/ItineraryPoint.js at line 93

get latLng : Array of Number

The latitude and longitude of the ItineraryPoint

Source : file data/ItineraryPoint.js at line 137

set latLng

Source : file data/ItineraryPoint.js at line 139

set lat

Source : file data/ItineraryPoint.js at line 95

get lng : Number

The longitude of the ItineraryPoint

Source : file data/ItineraryPoint.js at line 104

set lng

Source : file data/ItineraryPoint.js at line 106

readonly get objId : Number

The objId of the ItineraryPoint. objId are unique identifier given by the code

Source : file data/ItineraryPoint.js at line 166

readonly get objType : ObjType

The ObjType of the WayPoint.

Source : file data/ItineraryPoint.js at line 159

Private properties

#distance : Number

The distance between the beginning of the itinerary and the ItineraryPoint

Source : file data/ItineraryPoint.js at line 62

#elev : Number

The elevation (if any) of the ItineraryPoint

Source : file data/ItineraryPoint.js at line 69

#lat : Number

The latitude of the ItineraryPoint

Source : file data/ItineraryPoint.js at line 48

#lng : Number

The longitude of the ItineraryPoint

Source : file data/ItineraryPoint.js at line 55

#objId : Number

The objId of the ItineraryPoint.

Source : file data/ItineraryPoint.js at line 76

static #objType : ObjType

The object type for itinerary points

Source : file data/ItineraryPoint.js at line 41