CrossReference

A reference to a third-party supplier's identifier for a place, enabling correlation of places across external systems.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the third-party data supplier (for example, Yelp or TripAdvisor).

Link copied to clipboard

The list of place category identifiers this supplier reference relates to.

Link copied to clipboard

The place identifier assigned by the third-party supplier.

Functions

Link copied to clipboard
inline fun copy(block: CrossReference.Builder.() -> Unit = {}): CrossReference
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
open override fun toString(): String