Interface | Description |
---|---|
HasLatLng |
The interface for types that have a location (defined by a [latitude, longitude] pair).
|
Class | Description |
---|---|
Address |
A generic address type.
|
Address.Builder |
Builder to create
Address objects. |
GeoBox |
A "rectangle" on the planet, bounded by meridians and latitudes.
|
GeoPointsList |
A points list over
LatLng , that describes a path on the planet. |
LatLng |
Represents a location on the planet, defined as a (latitude, longitude) pair.
|