Package com. sygic. sdk. route
Types
AETRProfile
Link copied to clipboard
data class AETRProfile(filters: List<String>, searchRadius: Int, legalStopsStandard: AETRProfile.LegalStopsStandard, currentTime: Int, fortnightDrivingTime: Int, weeklyDrivingTime: Int, dailyDrivingTime: Int, currentDrivingTime: Int, lastWeeklyRestTimestamp: Int, lastDailyRestTimestamp: Int, usedExtendedDrivingPeriod: Int, usedShortenedDailyRestPeriod: Int, lastWeeklyRestTaken: AETRProfile.LastWeeklyRestTaken) : Parcelable
Content copied to clipboard
BatteryProfile
Link copied to clipboard
data class BatteryProfile(batteryCapacity: Float, remainingCapacity: Float, batteryChargingThreshold: Float, batteryFullChargeThreshold: Float, batteryMinimumReserveThreshold: Float) : Parcelable
Content copied to clipboard
ChargingStation
Link copied to clipboard
data class ChargingStation(link: PlaceLink, distance: Int, timeToFullCharge: Int)
Content copied to clipboard
ChargingWaypoint
Link copied to clipboard
class ChargingWaypoint(link: PlaceLink, alternatives: List<PlaceLink>, originalPosition: GeoCoordinates, navigablePosition: GeoCoordinates, delay: Long, type: Int, status: Int, distanceFromStart: Int, payload: String?) : Waypoint
Content copied to clipboard
EVPreferences
Link copied to clipboard
data class EVPreferences(chargeRangeLowVal: Double, chargeRangeUpperVal: Double, preferredProvider: List<EVProvider>, enforceDCChargers: Boolean, enforceNonstopChargers: Boolean, chargerPermission: EVPreferences.EVChargerAccessType, payType: EVPreferences.EVPayType) : Parcelable
Content copied to clipboard
EVProfile
Link copied to clipboard
data class EVProfile(batteryProfile: BatteryProfile, chargingMaxPower: Int, connector: Set<EVConnector.ConnectorType>, power: Set<EVConnector.PowerType>, weight: Double, frontalArea: Double, coefAD: Double, coefRR: Double, nee1: Double, nee2: Double, Ka: Double, V1: Double, Kv1: Double, V2: Double, Kv2: Double) : Parcelable
Content copied to clipboard
EVProvider
Link copied to clipboard
data class EVProvider @JvmOverloads() constructor(id: String, haveRFID: Boolean) : Parcelable
Content copied to clipboard
GuidedRouteProfile
Link copied to clipboard
data class GuidedRouteProfile @JvmOverloads() constructor(polyline: List<GeoCoordinates>, options: RoutingOptions) : Parcelable
Content copied to clipboard
OnRouteRequestDeserialized
Link copied to clipboard
interface OnRouteRequestDeserialized
Content copied to clipboard
RoadElement
Link copied to clipboard
Route
Link copied to clipboard
RouteInfo
Link copied to clipboard
RouteManeuver
Link copied to clipboard
RoutePlan
Link copied to clipboard
Router
Link copied to clipboard
RouteRequest
Link copied to clipboard
RouteRequestDeserializerError
Link copied to clipboard
enum RouteRequestDeserializerError : Enum<RouteRequestDeserializerError>
Content copied to clipboard
RouteSegment
Link copied to clipboard
RouteViolatedAvoidOptions
Link copied to clipboard
RoutingOptions
Link copied to clipboard
Waypoint
Link copied to clipboard
WaypointDuration
Link copied to clipboard