woosmap-sdk
Toggle table of contents
1.1.8
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
woosmap-sdk
woosmap-sdk
/
com.woosmap.sdk.api.distance
/
TollCollectionLocation
Toll
Collection
Location
data
class
TollCollectionLocation
(
val
location
:
LatLng
,
val
name
:
String
)
Members
Constructors
Toll
Collection
Location
Link copied to clipboard
constructor
(
location
:
LatLng
,
name
:
String
)
Properties
location
Link copied to clipboard
@
SerializedName
(
value
=
"location"
)
val
location
:
LatLng
name
Link copied to clipboard
@
SerializedName
(
value
=
"name"
)
val
name
:
String