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 position: GeoPoint, val address: Address, val entryPoints: List<EntryPoint> = emptyList()) : CustomRecord

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

Properties

Link copied to clipboard

The Address of the custom record.

Link copied to clipboard

The Address of the custom record.

Link copied to clipboard
val id: String

Unique identifier of the custom record.

Link copied to clipboard

The geo-location of the custom record.