Extends
Methods
delete()
calls emscripten object destructor
- Inherited From
getAbstractGeometryImage(bitmapContainer, backgroundColor, foregroundColor)
Name | Type | Description |
---|---|---|
bitmapContainer | * | output bitmap |
backgroundColor | * | background color |
foregroundColor | * | foreground color |
getCoordinates() → {gem.core.Coordinates}
Get Coordinates
- Type:
- gem.
core. Coordinates
getCountryCodeISO() → {string}
Get Country Code ISO
- Type:
- string
getFollowRoadInstruction() → {string}
Get textual description for the follow road information.
- Type:
- string
getRawPointer() → {object}
Returns emscripten object
- Inherited From
- Type:
- object
getRealisticNextTurnImage(bitmapContainer)
Get image for the realistic turn information.
Name | Type | Description |
---|---|---|
bitmapContainer | gem. | output bitmap. This object will be modified by this method. |
getRemainingTravelTimeDistance() → {gem.core.TimeAndDistance}
Get remaining travel distance in meters and remaining traveling time in seconds.
- Type:
- gem.
core. TimeAndDistance
getTimeDistanceToNextTurn() → {gem.core.TimeAndDistance}
Gets distance to the next turn in meters, time in seconds.
- Type:
- gem.
core. TimeAndDistance
getTraveledTimeDistance() → {gem.core.TimeAndDistance}
Get the traveled distance in meters and the traveled time in seconds.
- Type:
- gem.
core. TimeAndDistance
getTurnImageInBitmap(bitmapContainer)
Get the turn image in a bitmap
Name | Type | Description |
---|---|---|
bitmapContainer | gem. | output bitmap |
getTurnInstructionString() → {string}
Get turn instruction as text
- Type:
- string
hasFollowRoadInfo() → {boolean}
Check if follow road information is available.
- Type:
- boolean
hasSignpostInfo() → {boolean}
Check if signpost information is available.
- Type:
- boolean
hasTurnInfo() → {boolean}
Checks if turn information is available.
- Type:
- boolean
isDeleted() → {boolean}
Check if emscripten object has been deleted
- Inherited From
- Type:
- boolean
toEVRouteInstruction() → {gem.routesAndNavigation.EVRouteInstruction}
Converts the current route instruction to an Electric Vehicle route instruction.
The converted Electric Vehicle route instruction.
toPTRouteInstruction() → {object}
Converts the current route instruction to a Public Transit route instruction.
The converted Public Transit route instruction.
- Type:
- object