Id

class Id(val id: String, val source: Source)

The identifier associated with the Place instance. Can be used to fetch or update place details.

Constructors

Link copied to clipboard
constructor(id: String, source: Source)

Properties

Link copied to clipboard
val id: String
Link copied to clipboard

Functions

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

Checks if this PlaceId object is equal to another object.

Link copied to clipboard
open override fun hashCode(): Int

Generates a hash code for this PlaceId object.

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

Returns a string representation of this PlaceId object.