Place

@CarProtocol
class Place


Represents a geographical location and additional information on how to display it.

Summary

Nested types

A builder of Place.

Public functions

Boolean
equals(other: Any?)
CarLocation

Returns the CarLocation instance associated with this place.

PlaceMarker?

Returns the PlaceMarker object associated with this place or null if one is not set.

Int
String

Public functions

equals

Added in 1.4.0-rc02
fun equals(other: Any?): Boolean

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

hashCode

Added in 1.4.0-rc02
fun hashCode(): Int

toString

Added in 1.4.0-rc02
fun toString(): String