| Modifier and Type | Method and Description |
|---|---|
javafx.geometry.Point2D |
GoogleMapView.fromLatLngToPoint(LatLong loc) |
| Modifier and Type | Field and Description |
|---|---|
protected LatLong |
GMapMouseEvent.latLong |
| Modifier and Type | Method and Description |
|---|---|
LatLong |
GMapMouseEvent.getLatLong() |
| Modifier and Type | Method and Description |
|---|---|
void |
GMapMouseEvent.setLatLong(LatLong latLong) |
| Constructor and Description |
|---|
GMapMouseEvent(LatLong latLong) |
| Modifier and Type | Field and Description |
|---|---|
protected LatLong |
MapOptions.center |
protected LatLong |
MarkerOptions.position |
| Modifier and Type | Method and Description |
|---|---|
LatLong |
GoogleMap.getCenter()
Gets the value of the property center.
|
LatLong |
DirectionsPane.getCenter()
Gets the value of the property center.
|
LatLong |
LatLong.getDestinationPoint(double bearing,
double distance)
Calculates the LatLong position of the end point of a line the specified
distance from this LatLong, along the provided bearing, where North is 0,
East is 90 etc.
|
LatLong |
DirectionsPane.getLatLong() |
LatLong |
LatLongBounds.getNorthEast() |
LatLong |
InfoWindow.getPosition() |
LatLong |
LatLongBounds.getSouthWest() |
| Modifier and Type | Method and Description |
|---|---|
javafx.beans.property.ReadOnlyObjectProperty<LatLong> |
GoogleMap.centerProperty() |
javafx.beans.property.ReadOnlyObjectProperty<LatLong> |
DirectionsPane.centerProperty() |
| Modifier and Type | Method and Description |
|---|---|
MapOptions |
MapOptions.center(LatLong center) |
boolean |
LatLongBounds.contains(LatLong latLong) |
double |
LatLong.distanceFrom(LatLong end)
From v3_epoly.js, calculates the distance between this LatLong point and
another.
|
void |
LatLongBounds.extend(LatLong latLong) |
GMapPoint |
Projection.fromLatLngToPoint(LatLong loc) |
javafx.geometry.Point2D |
GoogleMap.fromLatLngToPoint(LatLong loc)
Returns the screen point for the provided LatLong.
|
javafx.geometry.Point2D |
DirectionsPane.fromLatLngToPoint(LatLong loc)
Returns the screen point for the provided LatLong.
|
double |
LatLong.getBearing(LatLong end)
Calculates the bearing, in degrees, of the end LatLong point from this
LatLong point.
|
void |
GoogleMap.panTo(LatLong latLong)
Pans the map to the specified latitude and longitude.
|
MarkerOptions |
MarkerOptions.position(LatLong latLong) |
InfoWindowOptions |
InfoWindowOptions.position(LatLong latlong)
The LatLng at which to display this InfoWindow.
|
void |
GoogleMap.setCenter(LatLong latLong)
Sets the value of the property center.
|
void |
DirectionsPane.setCenter(LatLong latLong)
Sets the value of the property center.
|
void |
Marker.setPosition(LatLong latLong) |
void |
InfoWindow.setPosition(LatLong position) |
| Constructor and Description |
|---|
LatLongBounds(LatLong sw,
LatLong ne) |
| Modifier and Type | Method and Description |
|---|---|
LatLong |
DirectionsSteps.getEndLocation() |
LatLong |
DirectionsLeg.getEndLocation() |
LatLong |
DirectionsWaypoint.getLocation() |
LatLong |
DirectionsSteps.getStartLocation() |
LatLong |
DirectionsLeg.getStartLocation() |
| Modifier and Type | Method and Description |
|---|---|
List<LatLong> |
DirectionsRoute.getOverviewPath() |
List<LatLong> |
DirectionsSteps.getPath() |
| Modifier and Type | Method and Description |
|---|---|
void |
DirectionsWaypoint.setLocation(LatLong l) |
| Constructor and Description |
|---|
DirectionsRequest(LatLong latLongOrigin,
LatLong latLongDestination,
TravelModes travelModes) |
DirectionsRequest(LatLong latLongOrigin,
LatLong latLongDestination,
TravelModes travelModes,
DirectionsWaypoint[] waypoints) |
DirectionsRequest(LatLong latLongOrigin,
LatLong latLongDestination,
TravelModes travelModes,
DrivingOptions drivingOpttions) |
DirectionsRequest(LatLong latLongOrigin,
LatLong latLongDestination,
TravelModes travelModes,
DrivingOptions drivingOpttions,
DirectionsWaypoint[] waypoints) |
DirectionsRequest(String addressOrigin,
LatLong latLongOrigin,
String addressDestination,
LatLong latLongDestination,
TravelModes travelmode,
DrivingOptions drivingOptions,
DirectionsWaypoint[] waypoints) |
DirectionsWaypoint(LatLong l) |
| Modifier and Type | Method and Description |
|---|---|
LatLong |
ElevationResult.getLocation()
The location for this elevation.
|
| Constructor and Description |
|---|
LocationElevationRequest(LatLong[] locations) |
PathElevationRequest(LatLong[] path,
int samples) |
| Modifier and Type | Method and Description |
|---|---|
LatLong |
GeocoderGeometry.getLocation() |
| Constructor and Description |
|---|
GeocoderRequest(String address,
LatLong latLong,
String placeId,
LatLongBounds bounds,
GeocoderComponentRestrictions restrictions,
String region) |
| Modifier and Type | Method and Description |
|---|---|
LatLong |
Circle.getCenter() |
| Modifier and Type | Method and Description |
|---|---|
static MVCArray |
ArcBuilder.buildArcPoints(LatLong center,
double startBearing,
double endBearing,
double radius)
Generates the points for an arc based on two bearings from a centre point
and a radius.
|
static MVCArray |
ArcBuilder.buildArcPoints(LatLong center,
LatLong start,
LatLong end) |
static PolygonOptions |
ArcBuilder.buildClosedArc(LatLong center,
LatLong start,
LatLong end,
javafx.scene.shape.ArcType arcType)
Builds the path for a closed arc, returning a PolygonOptions that can be
further customised before use.
|
static PolylineOptions |
ArcBuilder.buildOpenArc(LatLong center,
LatLong start,
LatLong end)
Builds the path for an open arc based on a PolylineOptions.
|
CircleOptions |
CircleOptions.center(LatLong center) |
void |
Circle.setCenter(LatLong center) |
| Modifier and Type | Method and Description |
|---|---|
void |
MaxZoomService.getMaxZoomAtLatLng(LatLong loc,
MaxZoomServiceCallback callback) |
Copyright © 2017. All rights reserved.