ZyncRouteStartEndLocation

data class ZyncRouteStartEndLocation(val geoCords: List<Double>?, val name: String?, val street: String?, val distance: Double?, val time: Double?)

Constructors

Link copied to clipboard
constructor(geoCords: List<Double>?, name: String?, street: String?, distance: Double?, time: Double?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val name: String?
Link copied to clipboard
Link copied to clipboard
val time: Double?