CustomRecord

abstract class CustomRecord

A single record from a custom datasource.

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

Inheritors

Types

Link copied to clipboard
class CustomPoi(val poi: Poi, recordId: String, val place: Place) : CustomRecord

A Point of Interest(POI) from a custom datasource.

Properties

Link copied to clipboard
val id: String

Unique identifier of the custom record.

Link copied to clipboard

The place of the custom record.