/tripkit/TripKitData/com.skedgo.tripkit.account.data/Polygon
Polygon
\ data class Polygon(val coordinates: List<List<List<List<Double>>>>, val type: String)
Constructors
| Polygon | constructor(coordinates: List<List<List<List<Double>>>>, type: String) |
Properties
| Name | Summary |
|---|---|
| coordinates | val coordinates: List<List<List<List<Double>>>> |
| type | val type: String |
Functions
| Name | Summary |
|---|---|
| coordinatesToTripKitLatLng | fun coordinatesToTripKitLatLng(): List<TripKitLatLng> |