|
Follow us on GitHub |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of LatLngBounds in com.google.gwt.maps.client |
---|
Methods in com.google.gwt.maps.client that return LatLngBounds | |
---|---|
LatLngBounds |
MapWidget.getBounds()
Returns the lat/lng bounds of the current viewport. |
LatLngBounds |
MapImpl.getBounds()
Returns the lat/lng bounds of the current viewport. |
Methods in com.google.gwt.maps.client with parameters of type LatLngBounds | |
---|---|
void |
MapWidget.fitBounds(LatLngBounds bounds)
Sets the viewport to contain the given bounds. |
void |
MapImpl.fitBounds(LatLngBounds bounds)
Sets the viewport to contain the given bounds. |
void |
MapWidget.panToBounds(LatLngBounds latLngBounds)
Pans the map by the minimum amount necessary to contain the given LatLngBounds. |
void |
MapImpl.panToBounds(LatLngBounds latLngBounds)
Pans the map by the minimum amount necessary to contain the given LatLngBounds. |
Uses of LatLngBounds in com.google.gwt.maps.client.base |
---|
Methods in com.google.gwt.maps.client.base that return LatLngBounds | |
---|---|
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. |
Methods in com.google.gwt.maps.client.base with parameters of type LatLngBounds | |
---|---|
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. |
Uses of LatLngBounds in com.google.gwt.maps.client.layers |
---|
Methods in com.google.gwt.maps.client.layers that return LatLngBounds | |
---|---|
LatLngBounds |
KmlLayer.getDefaultViewport()
Get the default viewport for the layer being displayed. |
Uses of LatLngBounds in com.google.gwt.maps.client.overlays |
---|
Methods in com.google.gwt.maps.client.overlays that return LatLngBounds | |
---|---|
LatLngBounds |
RectangleOptions.getBounds()
gets The bounds. |
LatLngBounds |
GroundOverlay.getBounds()
Returns the bounds of this groundoverlay. |
LatLngBounds |
Circle.getBounds()
Returns the bounds of this circle. |
LatLngBounds |
Rectangle.getBounds()
Returns the bounds of this rectangle. |
Methods in com.google.gwt.maps.client.overlays with parameters of type LatLngBounds | |
---|---|
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. |
Uses of LatLngBounds in com.google.gwt.maps.client.placeslib |
---|
Methods in com.google.gwt.maps.client.placeslib that return LatLngBounds | |
---|---|
LatLngBounds |
Autocomplete.getBounds()
Returns the bounds to which predictions are biased. |
LatLngBounds |
AutocompleteOptions.getBounds()
The area in which to search for Places. |
LatLngBounds |
PlaceSearchRequest.getBounds()
The bounds within which to search for Places. |
LatLngBounds |
PlaceGeometry.getViewPort()
The preferred viewport when displaying this Place on a map. |
Methods in com.google.gwt.maps.client.placeslib with parameters of type LatLngBounds | |
---|---|
void |
Autocomplete.setBounds(LatLngBounds bounds)
Sets the preferred area within which to return Place results. |
void |
AutocompleteOptions.setBounds(LatLngBounds bounds)
The area in which to search for Places. |
void |
PlaceSearchRequest.setBounds(LatLngBounds bounds)
The bounds within which to search for Places. |
void |
PlaceGeometry.setViewPort(LatLngBounds viewport)
The preferred viewport when displaying this Place on a map. |
Uses of LatLngBounds in com.google.gwt.maps.client.services |
---|
Methods in com.google.gwt.maps.client.services that return LatLngBounds | |
---|---|
LatLngBounds |
GeocoderRequest.getBounds()
LatLngBounds within which to search. |
LatLngBounds |
DirectionsRoute.getBounds()
The bounds for this route. |
LatLngBounds |
GeocoderGeometry.getBounds()
The precise bounds of this GeocodeResult, if applicable |
LatLngBounds |
GeocoderGeometry.getViewPort()
The bounds of the recommended viewport for displaying this GeocodeResult |
Methods in com.google.gwt.maps.client.services with parameters of type LatLngBounds | |
---|---|
void |
GeocoderRequest.setBounds(LatLngBounds bounds)
LatLngBounds within which to search. |
void |
DirectionsRoute.setBounds(LatLngBounds bounds)
The bounds for this route. |
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 |
|
Follow us on GitHub |
|||||||||
PREV NEXT | FRAMES NO FRAMES |