Place
@CarProtocol
class Place
Represents a geographical location and additional information on how to display it.
Summary
Nested types |
|---|
class Place.BuilderA builder of |
Public functions |
|
|---|---|
Boolean |
|
CarLocation |
Returns the |
PlaceMarker? |
Returns the |
Int |
hashCode() |
String |
toString() |
Public functions
getLocation
Added in 1.0.0
fun getLocation(): CarLocation
Returns the CarLocation instance associated with this place.
| See also | |
|---|---|
Builder |
getMarker
Added in 1.0.0
fun getMarker(): PlaceMarker?
Returns the PlaceMarker object associated with this place or null if one is not set.
| See also | |
|---|---|
setMarker |