PlaceDetails
Deprecated
This will be removed from future releases after 2026-07-26.
Information about the retrieved place.
Constructors
Link copied to clipboard
constructor(name: String = "", street: String = "", address: String = "", city: String = "", citySubdivision: String = "", countryTertiarySubdivision: String = "", countrySecondarySubdivision: String = "", countrySubdivision: String = "", country: String = "", distance: FormattedDistance? = null, position: GeoPoint, entryPoints: List<EntryPoint> = emptyList(), phones: Set<String> = emptySet(), emails: Set<String> = emptySet(), urls: Set<String> = emptySet(), brands: Set<Brand> = emptySet(), fuelTypes: Set<FuelType> = emptySet(), vehicleTypes: Set<VehicleType> = emptySet(), connectorTypes: Set<ConnectorType> = emptySet(), timeZone: TimeZone? = null, openingHours: OpeningHours? = null)
Constructor to create a new PlaceDetails object.
constructor(name: String = "", street: String = "", address: String = "", city: String = "", citySubdivision: String = "", countryTertiarySubdivision: String = "", countrySecondarySubdivision: String = "", countrySubdivision: String = "", country: String = "", distance: FormattedDistance? = null, position: GeoPoint, entryPoints: List<EntryPoint> = emptyList())
Constructor to create a new PlaceDetails object.
Properties
Link copied to clipboard
The subdivision of the city where the place is located.
Link copied to clipboard
The types of connectors available at the place (if it's an Electric Vehicle Station).
Link copied to clipboard
The secondary subdivision of the country where the place is located.
Link copied to clipboard
The subdivision of the country where the place is located.
Link copied to clipboard
The tertiary subdivision of the country where the place is located.
Link copied to clipboard
The distance to the place.
Link copied to clipboard
The entry points to the place.
Link copied to clipboard
The opening hours of the place.
Link copied to clipboard
The types of vehicles that can access this place.
Functions
Link copied to clipboard
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP] )
Creates a copy of this PlaceDetails object.