Address
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?)
Content copied to clipboard
Address
Constructors
Address
Link copied to clipboard
fun Address(addr: String? = null, addrRoad: String? = null, cname: String? = null, distance: String? = null, duration: String? = null, guide: GPSInfo? = null, tele: String? = null, title: String? = null, routeType: String? = null, poiId: String? = null, navSeq: String? = null, rpFlag: String? = null, parkFlag: String? = null, evFastAvailable: Int? = null, evFastTotal: Int? = null, evSlowAvailable: Int? = null, evSlowTotal: Int? = null, listType: Int? = null, myDest: MutableList<String>? = null, isFavoriteHome: Boolean? = null, isFavoriteOffice: Boolean? = null, isFavoriteEv: Boolean? = null, isFavoriteDefault: Boolean? = null, isRecent: Boolean? = null, highlight: MutableList<ResponseHighlightData>? = null, evChargers: EvChargers? = null, poiAddInfoList: PoiAddInfoList? = null)
Content copied to clipboard
Create empty Address
Properties
evChargers
Link copied to clipboard
evFastAvailable
Link copied to clipboard
evFastTotal
Link copied to clipboard
evSlowAvailable
Link copied to clipboard
evSlowTotal
Link copied to clipboard
highlight
Link copied to clipboard
isFavoriteDefault
Link copied to clipboard
isFavoriteEv
Link copied to clipboard
isFavoriteHome
Link copied to clipboard
isFavoriteOffice
Link copied to clipboard
myDest
Link copied to clipboard
poiAddInfoList
Link copied to clipboard