public class NortheastSoutwestInfo 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 |
---|
NortheastSoutwestInfo() |
Modifier and Type | Method and Description |
---|---|
GLatLng |
getNortheast() |
GLatLng |
getSouthwest() |
void |
setNortheast(GLatLng northeast) |
void |
setSouthwest(GLatLng southwest) |
public GLatLng getNortheast()
public void setNortheast(GLatLng northeast)
northeast
- the northeast to setpublic GLatLng getSouthwest()
public void setSouthwest(GLatLng southwest)
southwest
- the southwest to setCopyright © 2015. All rights reserved.