Modifier and Type | Method and Description |
---|---|
LatLngBounds |
MapImpl.getBounds()
Returns the lat/lng bounds of the current viewport.
|
LatLngBounds |
MapWidget.getBounds()
Returns the lat/lng bounds of the current viewport.
|
Modifier and Type | Method and Description |
---|---|
void |
MapImpl.fitBounds(LatLngBounds bounds)
Sets the viewport to contain the given bounds.
|
void |
MapWidget.fitBounds(LatLngBounds bounds)
Sets the viewport to contain the given bounds.
|
void |
MapImpl.panToBounds(LatLngBounds latLngBounds)
Pans the map by the minimum amount necessary to contain the given
LatLngBounds.
|
void |
MapWidget.panToBounds(LatLngBounds latLngBounds)
Pans the map by the minimum amount necessary to contain the given
LatLngBounds.
|
Modifier and Type | Method and Description |
---|---|
LatLngBounds |
LatLngBounds.extend(LatLng point)
Extends this bounds to contain the given point.
|
static LatLngBounds |
LatLngBounds.newInstance(LatLng sw,
LatLng ne)
creates A LatLngBounds instance represents a rectangle in geographical coordinates, including one that crosses the 180 degrees longitudinal meridian.
|
LatLngBounds |
LatLngBounds.union(LatLngBounds other)
Extends this bounds to contain the union of this and the given bounds.
|
Modifier and Type | Method and Description |
---|---|
boolean |
LatLngBounds.equals(LatLngBounds other)
Returns true if this bounds approximately equals the given bounds.
|
boolean |
LatLngBounds.intersects(LatLngBounds other)
Returns true if this bounds shares any points with this bounds.
|
LatLngBounds |
LatLngBounds.union(LatLngBounds other)
Extends this bounds to contain the union of this and the given bounds.
|
Modifier and Type | Method and Description |
---|---|
LatLngBounds |
KmlLayer.getDefaultViewport()
Get the default viewport for the layer being displayed.
|
Modifier and Type | Method and Description |
---|---|
LatLngBounds |
Circle.getBounds()
Returns the bounds of this circle.
|
LatLngBounds |
Rectangle.getBounds()
Returns the bounds of this rectangle.
|
LatLngBounds |
GroundOverlay.getBounds()
Returns the bounds of this groundoverlay.
|
LatLngBounds |
RectangleOptions.getBounds()
gets The bounds.
|
Modifier and Type | Method and Description |
---|---|
static GroundOverlay |
GroundOverlay.newInstance(String url,
LatLngBounds bounds,
GroundOverlayOptions options)
Creates a ground overlay from the provided image URL and its LatLngBounds.
|
void |
RectangleOptions.setBounds(LatLngBounds bounds)
sets The bounds.
|
Modifier and Type | Method and Description |
---|---|
LatLngBounds |
Autocomplete.getBounds()
Returns the bounds to which predictions are biased.
|
LatLngBounds |
PlaceSearchRequest.getBounds()
The bounds within which to search for Places.
|
LatLngBounds |
AutocompleteOptions.getBounds()
The area in which to search for Places.
|
LatLngBounds |
PlaceGeometry.getViewPort()
The preferred viewport when displaying this Place on a map.
|
Modifier and Type | Method and Description |
---|---|
void |
Autocomplete.setBounds(LatLngBounds bounds)
Sets the preferred area within which to return Place results.
|
void |
PlaceSearchRequest.setBounds(LatLngBounds bounds)
The bounds within which to search for Places.
|
void |
AutocompleteOptions.setBounds(LatLngBounds bounds)
The area in which to search for Places.
|
void |
PlaceGeometry.setViewPort(LatLngBounds viewport)
The preferred viewport when displaying this Place on a map.
|
Modifier and Type | Method and Description |
---|---|
LatLngBounds |
DirectionsRoute.getBounds()
The bounds for this route.
|
LatLngBounds |
GeocoderRequest.getBounds()
LatLngBounds within which to search.
|
LatLngBounds |
GeocoderGeometry.getBounds()
The precise bounds of this GeocodeResult, if applicable
|
LatLngBounds |
GeocoderGeometry.getViewPort()
The bounds of the recommended viewport for displaying this GeocodeResult
|
Modifier and Type | Method and Description |
---|---|
void |
DirectionsRoute.setBounds(LatLngBounds bounds)
The bounds for this route.
|
void |
GeocoderRequest.setBounds(LatLngBounds bounds)
LatLngBounds within which to search.
|
void |
GeocoderGeometry.setBounds(LatLngBounds bounds)
The precise bounds of this GeocodeResult, if applicable
|
void |
GeocoderGeometry.setViewPort(LatLngBounds viewport)
The bounds of the recommended viewport for displaying this GeocodeResult
|
Copyright © 2011-2013 Gone Vertical LLC. All Rights Reserved.