Uses of Class
com.dlsc.gmapsfx.javascript.object.LatLongBounds
| Package | Description |
|---|---|
| com.dlsc.gmapsfx.javascript.object | |
| com.dlsc.gmapsfx.service.directions | |
| com.dlsc.gmapsfx.service.geocoding | |
| com.dlsc.gmapsfx.shapes |
-
Uses of LatLongBounds in com.dlsc.gmapsfx.javascript.object
Methods in com.dlsc.gmapsfx.javascript.object that return LatLongBounds Modifier and Type Method Description LatLongBoundsDirectionsPane. getBounds()Returns the LatLongBounds of the visual area.LatLongBoundsGoogleMap. getBounds()Returns the LatLongBounds of the visual area.LatLongBoundsMapShape. getBounds()Methods in com.dlsc.gmapsfx.javascript.object that return types with arguments of type LatLongBounds Modifier and Type Method Description javafx.beans.property.ReadOnlyObjectProperty<LatLongBounds>GoogleMap. boundsProperty()A property tied to the map, updated when the idle state event is fired.Methods in com.dlsc.gmapsfx.javascript.object with parameters of type LatLongBounds Modifier and Type Method Description voidDirectionsPane. fitBounds(LatLongBounds bounds)voidGoogleMap. fitBounds(LatLongBounds bounds)Moves the map to ensure the given bounds fit within the viewport.voidGoogleMap. panToBounds(LatLongBounds bounds) -
Uses of LatLongBounds in com.dlsc.gmapsfx.service.directions
Methods in com.dlsc.gmapsfx.service.directions that return LatLongBounds Modifier and Type Method Description LatLongBoundsDirectionsRoute. getBounds() -
Uses of LatLongBounds in com.dlsc.gmapsfx.service.geocoding
Methods in com.dlsc.gmapsfx.service.geocoding that return LatLongBounds Modifier and Type Method Description LatLongBoundsGeocoderGeometry. getBounds()LatLongBoundsGeocoderGeometry. getViewPort()Constructors in com.dlsc.gmapsfx.service.geocoding with parameters of type LatLongBounds Constructor Description GeocoderRequest(String address, LatLong latLong, String placeId, LatLongBounds bounds, GeocoderComponentRestrictions restrictions, String region) -
Uses of LatLongBounds in com.dlsc.gmapsfx.shapes
Methods in com.dlsc.gmapsfx.shapes with parameters of type LatLongBounds Modifier and Type Method Description RectangleOptionsRectangleOptions. bounds(LatLongBounds bounds)voidRectangle. setBounds(LatLongBounds bounds)