public class GeocoderGeometry extends JavaScriptObject
Modifier | Constructor and Description |
---|---|
protected |
GeocoderGeometry()
use newInstance();
|
Modifier and Type | Method and Description |
---|---|
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
|
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString
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()
Copyright © 2011-2013 Gone Vertical LLC. All Rights Reserved.