|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJavaScriptObject
com.google.maps.gwt.client.GeocoderGeometry
public class GeocoderGeometry
Geometry information about this
GeocoderResult
THIS SOURCE CODE IS GENERATED, DO NOT MODIFY
Constructor Summary | |
---|---|
protected |
GeocoderGeometry()
Protected constructor avoids default public constructor. |
Method Summary | |
---|---|
LatLngBounds |
getBounds()
The precise bounds of this GeocodeResult
, if applicable |
LatLng |
getLocation()
The latitude/longitude coordinates of this result |
GeocoderLocationType |
getLocationType()
The type of location returned in location |
LatLngBounds |
getViewport()
The bounds of the recommended viewport for displaying this GeocodeResult |
void |
setBounds(LatLngBounds bounds)
The precise bounds of this GeocodeResult
, if applicable |
void |
setLocation(LatLng location)
The latitude/longitude coordinates of this result |
void |
setLocationType(GeocoderLocationType location_type)
The type of location returned in location |
void |
setViewport(LatLngBounds viewport)
The bounds of the recommended viewport for displaying this GeocodeResult |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected GeocoderGeometry()
Method Detail |
---|
public final LatLngBounds getBounds()
GeocodeResult
, if applicable
public final LatLng getLocation()
public final GeocoderLocationType getLocationType()
location
public final LatLngBounds getViewport()
GeocodeResult
public final void setBounds(LatLngBounds bounds)
GeocodeResult
, if applicable
public final void setLocation(LatLng location)
public final void setLocationType(GeocoderLocationType location_type)
location
public final void setViewport(LatLngBounds viewport)
GeocodeResult
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |