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

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

fun hashCode(): Int

toString

fun toString(): String