| Package | Description |
|---|---|
| com.lynden.gmapsfx.javascript.object | |
| com.lynden.gmapsfx.service.directions | |
| com.lynden.gmapsfx.service.geocoding | |
| com.lynden.gmapsfx.shapes |
| Modifier and Type | Method and Description |
|---|---|
LatLongBounds |
MapShape.getBounds() |
LatLongBounds |
GoogleMap.getBounds()
Returns the LatLongBounds of the visual area.
|
LatLongBounds |
DirectionsPane.getBounds()
Returns the LatLongBounds of the visual area.
|
| Modifier and Type | Method and Description |
|---|---|
javafx.beans.property.ReadOnlyObjectProperty<LatLongBounds> |
GoogleMap.boundsProperty()
A property tied to the map, updated when the idle state event is fired.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GoogleMap.fitBounds(LatLongBounds bounds)
Moves the map to ensure the given bounds fit within the viewport.
|
void |
DirectionsPane.fitBounds(LatLongBounds bounds) |
void |
GoogleMap.panToBounds(LatLongBounds bounds) |
| Modifier and Type | Method and Description |
|---|---|
LatLongBounds |
DirectionsRoute.getBounds() |
| Modifier and Type | Method and Description |
|---|---|
LatLongBounds |
GeocoderGeometry.getBounds() |
LatLongBounds |
GeocoderGeometry.getViewPort() |
| Constructor and Description |
|---|
GeocoderRequest(String address,
LatLong latLong,
String placeId,
LatLongBounds bounds,
GeocoderComponentRestrictions restrictions,
String region) |
| Modifier and Type | Method and Description |
|---|---|
RectangleOptions |
RectangleOptions.bounds(LatLongBounds bounds) |
void |
Rectangle.setBounds(LatLongBounds bounds) |
Copyright © 2017. All rights reserved.