Class Note extends TravelObject

This class represent a note

Source : file data/Note.js at line 35

Constructor

new Note ( )

The constructor

Source : file data/Note.js at line 174

Public getters and setters

get address : String

The address dsplayed in the Note

Source : file data/Note.js at line 286

set address

Source : file data/Note.js at line 288

get chainedDistance : Number

The distance between the beginning of the Travel and the Note

Source : file data/Note.js at line 359

set chainedDistance

Source : file data/Note.js at line 361

get distance : Number

The distance between the beginning of the Route and the Note

Source : file data/Note.js at line 347

set distance

Source : file data/Note.js at line 349

get iconContent : String

The html needed to display the icon

Source : file data/Note.js at line 206

set iconContent

Source : file data/Note.js at line 208

get iconHeight : Number

The height of the icon associated to the note

Source : file data/Note.js at line 184

set iconHeight

Source : file data/Note.js at line 186

get iconLat : Number

The latitude of the Note icon

Source : file data/Note.js at line 302

get iconLatLng : Array of Number

The latitude and longitude of the Note icon

Source : file data/Note.js at line 377

set iconLatLng

Source : file data/Note.js at line 379

set iconLat

Source : file data/Note.js at line 304

get iconLng : Number

The longitude of the Note icon

Source : file data/Note.js at line 313

set iconLng

Source : file data/Note.js at line 315

get iconWidth : Number

The width of the icon associated to the note

Source : file data/Note.js at line 195

set iconWidth

Source : file data/Note.js at line 197

readonly get isRouteNote : Boolean

Is true when the note is linked with a route

Source : file data/Note.js at line 370

get jsonObject : JsonObject

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

Source : file data/Note.js at line 436

set jsonObject

Source : file data/Note.js at line 456

get lat : Number

The latitude of the Note

Source : file data/Note.js at line 324

get latLng : Array of Number

The latitude and longitude of the Note

Source : file data/Note.js at line 399

set latLng

Source : file data/Note.js at line 401

set lat

Source : file data/Note.js at line 326

get lng : Number

The longitude of the Note

Source : file data/Note.js at line 335

set lng

Source : file data/Note.js at line 337

readonly get objId : Number

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

Source : file data/Note.js at line 428

readonly get objType : ObjType

The ObjType of the Note.

Source : file data/Note.js at line 421

get phone : String

The phone number dsplayed in the Note

Source : file data/Note.js at line 254

set phone

Source : file data/Note.js at line 256

get popupContent : String

The html added to the icon popup

Source : file data/Note.js at line 222

set popupContent

Source : file data/Note.js at line 224

get tooltipContent : String

The html added to the icon tooltip

Source : file data/Note.js at line 238

set tooltipContent

Source : file data/Note.js at line 240

get url : String

The url dsplayed in the Note

Source : file data/Note.js at line 270

set url

Source : file data/Note.js at line 272

Private properties

#address : String

The address dsplayed in the Note

Source : file data/Note.js at line 117

#chainedDistance : Number

The distance between the beginning of the Travel and the Note

Source : file data/Note.js at line 161

#distance : Number

The distance between the beginning of the Route and the Note

Source : file data/Note.js at line 153

#iconContent : String

The html needed to display the icon

Source : file data/Note.js at line 82

#iconHeight : Number

The height of the icon associated to the note

Source : file data/Note.js at line 68

#iconLat : Number

The latitude of the Note icon

Source : file data/Note.js at line 124

#iconLng : Number

The longitude of the Note icon

Source : file data/Note.js at line 131

#iconWidth : Number

The width of the icon associated to the note

Source : file data/Note.js at line 75

#lat : Number

The latitude of the Note

Source : file data/Note.js at line 138

#lng : Number

The longitude of the Note

Source : file data/Note.js at line 145

#objId : Number

The objId of the note

Source : file data/Note.js at line 168

static #objType : ObjType

The object type for notes

Source : file data/Note.js at line 42

#phone : String

The phone number dsplayed in the Note

Source : file data/Note.js at line 103

#popupContent : String

The html added to the icon popup

Source : file data/Note.js at line 89

#tooltipContent : String

The html added to the icon tooltip

Source : file data/Note.js at line 96

#url : String

The url dsplayed in the Note

Source : file data/Note.js at line 110