|
Follow us on GitHub |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.core.client.JavaScriptObject
com.google.gwt.maps.client.services.GeocoderGeometry
public class GeocoderGeometry
Geometry information about this GeocoderResult
See GeocoderGeometry API Doc
Constructor Summary | |
---|---|
protected |
GeocoderGeometry()
use newInstance(); |
Method Summary | |
---|---|
LatLngBounds |
getBounds()
The precise bounds of this GeocodeResult, if applicable |
GeocoderLocationType |
getLocation_Type()
The type of location returned in location |
LatLng |
getLocation()
The latitude/longitude coordinates of this result |
LatLngBounds |
getViewPort()
The bounds of the recommended viewport for displaying this GeocodeResult |
static GeocoderGeometry |
newInstance()
Geometry information about this GeocoderResult |
void |
setBounds(LatLngBounds bounds)
The precise bounds of this GeocodeResult, if applicable |
void |
setLocation_Type(GeocoderLocationType location_type)
The type of location returned in location |
void |
setLocation(LatLng location)
The latitude/longitude coordinates of this result |
void |
setViewPort(LatLngBounds viewport)
The bounds of the recommended viewport for displaying this GeocodeResult |
Methods inherited from class com.google.gwt.core.client.JavaScriptObject |
---|
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected GeocoderGeometry()
Method Detail |
---|
public static final GeocoderGeometry newInstance()
public final void setBounds(LatLngBounds bounds)
bounds
- public final LatLngBounds getBounds()
public final void setLocation(LatLng location)
location
- public final LatLng getLocation()
public final void setLocation_Type(GeocoderLocationType location_type)
location_type
- public final GeocoderLocationType getLocation_Type()
public final void setViewPort(LatLngBounds viewport)
viewport
- public final LatLngBounds getViewPort()
|
Follow us on GitHub |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |