public class GeocoderGeometry extends Object
See also:
Google Geocoder JSONResult Doc
Note:
The most documentation in this class a have been adopted by Google documentation.
Say thank you to Google!
Constructor and Description |
---|
GeocoderGeometry() |
Modifier and Type | Method and Description |
---|---|
NortheastSoutwestInfo |
getBounds() |
String |
getLocation_type() |
GLatLng |
getLocation() |
NortheastSoutwestInfo |
getViewport() |
void |
setBounds(NortheastSoutwestInfo bounds) |
void |
setLocation_type(String location_type) |
void |
setLocation(GLatLng location) |
void |
setViewport(NortheastSoutwestInfo viewport) |
public NortheastSoutwestInfo getBounds()
public void setBounds(NortheastSoutwestInfo bounds)
bounds
- the bounds to setpublic GLatLng getLocation()
public void setLocation(GLatLng location)
location
- the location to setpublic String getLocation_type()
public void setLocation_type(String location_type)
location_type
- the location_type to setpublic NortheastSoutwestInfo getViewport()
public void setViewport(NortheastSoutwestInfo viewport)
viewport
- the viewport to setCopyright © 2015. All rights reserved.