CustomRecord

abstract class CustomRecord

A single record from a custom datasource.

Parameters

id

Unique identifier of the custom record.

position

The geo-location of the custom record.

address

The Address of the custom record.

Types

Link copied to clipboard
class CustomPoi(val poi: Poi, recordId: String, val position: GeoPoint, val address: Address) : CustomRecord

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

Properties

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

Inheritors

Link copied to clipboard