Place class
Represents a place in the Google Maps Embed API.
A place can be identified by its place ID, name, address, or coordinates.
Constructors
- Place.address(String address)
-
Creates a Place instance using an address.
factory
- Place.coordinates(double latitude, double longitude)
-
Creates a Place instance using latitude and longitude coordinates.
factory
- Place.id(PlaceId placeId)
-
Creates a Place instance using a place ID.
factory
- Place.name(String placeName)
-
Creates a Place instance using a place name.
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited