GeocodedLocation class abstract

The Maps Static API uses numbers (latitude and longitude values) or string (address) to specify a location. These values identify a geocoded location.

Inheritance
Implementers

Constructors

GeocodedLocation.address(String address)
Most people don't speak in latitudes and longitudes; they denote locations using addresses. The process of turning an address into a geographic point is known as geocoding and the Maps Static API service can perform geocoding for you if you provide valid addresses.
const
factory
GeocodedLocation.latLng(double latitude, double longitude)
Specify location via latitude and longitude.
const
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
toUrlString() String
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited