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.transit
/
TransitPlace
Transit
Place
data
class
TransitPlace
(
val
name
:
String
?
,
val
type
:
String
,
val
location
:
LatLng
)
Members
Constructors
Transit
Place
Link copied to clipboard
constructor
(
name
:
String
?
,
type
:
String
,
location
:
LatLng
)
Properties
location
Link copied to clipboard
@
SerializedName
(
value
=
"location"
)
val
location
:
LatLng
name
Link copied to clipboard
@
SerializedName
(
value
=
"name"
)
val
name
:
String
?
type
Link copied to clipboard
@
SerializedName
(
value
=
"type"
)
val
type
:
String