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.