Classes
- CarProfile
- EBikeProfile
- EEBikeType
- EFuelType
- ERoadType
- ERoutePathAlgorithm
- ERouteResultDetails
- ERouteTransportMode
- ERouteType
- ESurfaceType
- EVCarModel
- EVProfile
- EVRouteInstruction
- Navigation
- NavigationListener
- Route
- RouteInstruction
- RouteInstructionList
- RouteSegment
- RouteTrafficEvent
- RoutesRequest
Type Definitions
ElectricBikeProfile
Type:
Properties- object
Name | Type | Description |
---|---|---|
type | gem. | |
bikeMass | number | Bike mass in kg. If 0.0 , a default value is used |
bikerMass | number | Biker mass in kg. If 0.0 , a default value is used |
auxConsumptionDay | number | Bike auxiliary power consumption during day in Watts. If 0.0, a default value is used |
auxConsumptionNight | number | Bike auxiliary power consumption during night in Watts. If 0.0, a default value is used |
ignoreLegalRestrictions | boolean | Ignore country based legal restrictions related to e-bikes |
RoadTypeSection
Type:
Properties- object
Name | Type | Description |
---|---|---|
startDistanceM | number | Distance in meters where the section starts |
categ | gem. | The type of road |
SteepSection
Type:
Properties- object
Name | Type | Description |
---|---|---|
startDistanceM | number | Distance in meters where the section starts |
categ | number | The category of steep |
SurfaceSection
Type:
Properties- object
Name | Type | Description |
---|---|---|
startDistanceM | number | Distance in meters where the section starts |
categ | gem. | The type of surface |