CustomPoi

class CustomPoi(val id: String, val place: Place, val poi: Poi)

This class represents a user-specific Point of Interest (POI) from a custom data source.

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

Constructors

Link copied to clipboard
constructor(id: String, place: Place, poi: Poi)

Properties

Link copied to clipboard
val id: String

The unique identifier of the custom POI.

Link copied to clipboard

The place of the custom record.

Link copied to clipboard
val poi: Poi

The point of interest related to the custom user POI data.