Package com.airs.edith.sdk.context.navigation

Types

Address
Link copied to clipboard
data class Address(addr: String?, addrRoad: String?, cname: String?, distance: String?, duration: String?, guide: GPSInfo?, tele: String?, title: String?, routeType: String?, poiId: String?, navSeq: String?, rpFlag: String?, parkFlag: String?, evFastAvailable: Int?, evFastTotal: Int?, evSlowAvailable: Int?, evSlowTotal: Int?, listType: Int?, myDest: MutableList<String>?, isFavoriteHome: Boolean?, isFavoriteOffice: Boolean?, isFavoriteEv: Boolean?, isFavoriteDefault: Boolean?, isRecent: Boolean?, highlight: MutableList<ResponseHighlightData>?, evChargers: EvChargers?, poiAddInfoList: PoiAddInfoList?)
Address
EvChargerInfo
Link copied to clipboard
data class EvChargerInfo(isAvailable: String, isFast: String, chargerId: String, type: String, updateDateTime: String, operatorId: String, operatorName: String, chargingDateTime: String, stationId: String, status: String, powerType: String, publicType: String)
EvChargerInfo : 서버로 부터 전달되는 데이터 포멧 "isAvailable": "Y", "isFast": "Y", "chargerId": "01", "type": "06", "updateDateTime": "20220824100118", "operatorId": "ME", "operatorName": "환경부", "chargingDateTime": "20220824095940", "stationId": "ME178009", "status": "2", "powerType": "급속(50kW단독)" "publicType": "공용" 혹은 "비공용"
EvChargers
Link copied to clipboard
data class EvChargers(evCharger: List<EvChargerInfo>)
Favorite
Link copied to clipboard
data class Favorite(destination: Address?, isFilled: Boolean)
GPSInfo
Link copied to clipboard
data class GPSInfo(latitude: Double, longitude: Double)
PoiAddInfo
Link copied to clipboard
data class PoiAddInfo(attrValue: String, attrCd: String)
PoiAddInfo : 서버로 부터 전달되는 충전기 공용/비공용 관련 데이터 포멧 "attrValue": "Y", "public", "semipublic" "attrCd": "24_HOURS", "EV_CHRG_OPEN"
PoiAddInfoList
Link copied to clipboard
data class PoiAddInfoList(poiAddInfo: List<PoiAddInfo>)
ResponseAddressData
Link copied to clipboard
class ResponseAddressData(poiTable: MutableList<Address>)
ResponseHighlightData
Link copied to clipboard
class ResponseHighlightData(start: Int, end: Int)
ResponseMyDestData
Link copied to clipboard
class ResponseMyDestData(myDest: MutableList<String>)
ResponseNaviData
Link copied to clipboard
data class ResponseNaviData(useClientSocData: Boolean, stateOfCharge: String, drivingDistance: String)
ResponseRouteInfo
Link copied to clipboard
class ResponseRouteInfo(distance: String, fare: String, time: String)
ResponseRouteType
Link copied to clipboard
class ResponseRouteType(routeTypeTable: List<RouteType>)
RouteType
Link copied to clipboard
data class RouteType(routeType: String, routeTypeName: String, drivingTime: String, passageMoney: String, distance: String)