PersonalLocation

A single personal location of the current user of the application.

If this location has been explicitly saved by the user as personal location, it has the respective type set in types. If it has been recently visited (and is part of recent destinations) lastVisit is set.

Important: This is a Public Preview API. It may be changed or removed at any time.

See also

Types

Link copied to clipboard
value class Type

Type of a personal location.

Properties

Link copied to clipboard

Indicates if this personal location has a charger available to the user.

Link copied to clipboard
val id: UUID

Unique identifier of this personal location.

Link copied to clipboard

Date when this location has been visited the last time. Set only for locations that have been recently visited.

Link copied to clipboard

User-friendly name for this personal location.

Link copied to clipboard

The geographical location of this personal location.

Link copied to clipboard

Set of types of this personal location. A personal location can have multiple types.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
fun toPlace(): Place

Converts this personal location to a Place.

Link copied to clipboard
open override fun toString(): String