Place

fun Place(coordinate: GeoPoint, name: String = "", address: Address? = null, entryPoints: List<EntryPoint> = emptyList())

Parameters

coordinate

The primary reference GeoPoint.

name

The name of the place (e.g. Name of the POI, street, area, etc.).

address

The address of the place.

entryPoints

A list of entrances which is used to navigate to the place.