Place

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

Constructs a Place object with the given parameters.

Parameters

coordinate

The geographical coordinates of the place.

name

The name of the place.

address

The address of the place, if available.

entryPoints

The list of entry points for the place.