Class: DestinationControlPointLocation¶
domain/DestinationControlPointLocation.DestinationControlPointLocation
Constructors¶
constructor¶
new DestinationControlPointLocation(latitude
, longitude
, name
, additionalInfo
)
Location of a breakpoint
Parameters¶
Name |
Type |
Description |
---|---|---|
|
|
Latitude in decimal degrees |
|
|
Longitude in decimal degrees |
|
|
Breakpoint name if available |
|
|
Additional information if available |
Properties¶
additionalInfo¶
additionalInfo: string
Additional information if available
latitude¶
latitude: number
Latitude in decimal degrees
longitude¶
longitude: number
Longitude in decimal degrees
name¶
name: string
Breakpoint name if available
Methods¶
fromJSON¶
Static
fromJSON(loc
): DestinationControlPointLocation
Create from JSON
Parameters¶
Name |
Type |
Description |
---|---|---|
|
|
JSON object |