Uses of Class
com.dlsc.gmapsfx.javascript.object.LatLong
-
Uses of LatLong in com.dlsc.gmapsfx
Methods in com.dlsc.gmapsfx with parameters of type LatLong Modifier and Type Method Description javafx.geometry.Point2DGoogleMapView. fromLatLngToPoint(LatLong loc) -
Uses of LatLong in com.dlsc.gmapsfx.javascript.event
Fields in com.dlsc.gmapsfx.javascript.event declared as LatLong Modifier and Type Field Description protected LatLongGMapMouseEvent. latLongMethods in com.dlsc.gmapsfx.javascript.event that return LatLong Modifier and Type Method Description LatLongGMapMouseEvent. getLatLong()Methods in com.dlsc.gmapsfx.javascript.event with parameters of type LatLong Modifier and Type Method Description voidGMapMouseEvent. setLatLong(LatLong latLong)Constructors in com.dlsc.gmapsfx.javascript.event with parameters of type LatLong Constructor Description GMapMouseEvent(LatLong latLong) -
Uses of LatLong in com.dlsc.gmapsfx.javascript.object
Fields in com.dlsc.gmapsfx.javascript.object declared as LatLong Modifier and Type Field Description protected LatLongMapOptions. centerprotected LatLongMarkerOptions. positionMethods in com.dlsc.gmapsfx.javascript.object that return LatLong Modifier and Type Method Description LatLongDirectionsPane. getCenter()Gets the value of the property center.LatLongGoogleMap. getCenter()Gets the value of the property center.LatLongLatLong. 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.LatLongDirectionsPane. getLatLong()LatLongLatLongBounds. getNorthEast()LatLongInfoWindow. getPosition()LatLongLatLongBounds. getSouthWest()Methods in com.dlsc.gmapsfx.javascript.object that return types with arguments of type LatLong Modifier and Type Method Description javafx.beans.property.ReadOnlyObjectProperty<LatLong>DirectionsPane. centerProperty()javafx.beans.property.ReadOnlyObjectProperty<LatLong>GoogleMap. centerProperty()Methods in com.dlsc.gmapsfx.javascript.object with parameters of type LatLong Modifier and Type Method Description MapOptionsMapOptions. center(LatLong center)booleanLatLongBounds. contains(LatLong latLong)doubleLatLong. distanceFrom(LatLong end)From v3_epoly.js, calculates the distance between this LatLong point and another.voidLatLongBounds. extend(LatLong latLong)javafx.geometry.Point2DDirectionsPane. fromLatLngToPoint(LatLong loc)Returns the screen point for the provided LatLong.javafx.geometry.Point2DGoogleMap. fromLatLngToPoint(LatLong loc)Returns the screen point for the provided LatLong.GMapPointProjection. fromLatLngToPoint(LatLong loc)doubleLatLong. getBearing(LatLong end)Calculates the bearing, in degrees, of the end LatLong point from this LatLong point.voidGoogleMap. panTo(LatLong latLong)Pans the map to the specified latitude and longitude.InfoWindowOptionsInfoWindowOptions. position(LatLong latlong)The LatLng at which to display this InfoWindow.MarkerOptionsMarkerOptions. position(LatLong latLong)voidDirectionsPane. setCenter(LatLong latLong)Sets the value of the property center.voidGoogleMap. setCenter(LatLong latLong)Sets the value of the property center.voidInfoWindow. setPosition(LatLong position)voidMarker. setPosition(LatLong latLong)Constructors in com.dlsc.gmapsfx.javascript.object with parameters of type LatLong Constructor Description LatLongBounds(LatLong sw, LatLong ne) -
Uses of LatLong in com.dlsc.gmapsfx.service.directions
Methods in com.dlsc.gmapsfx.service.directions that return LatLong Modifier and Type Method Description LatLongDirectionsLeg. getEndLocation()LatLongDirectionsSteps. getEndLocation()LatLongDirectionsWaypoint. getLocation()LatLongDirectionsLeg. getStartLocation()LatLongDirectionsSteps. getStartLocation()Methods in com.dlsc.gmapsfx.service.directions that return types with arguments of type LatLong Modifier and Type Method Description List<LatLong>DirectionsRoute. getOverviewPath()List<LatLong>DirectionsSteps. getPath()Methods in com.dlsc.gmapsfx.service.directions with parameters of type LatLong Modifier and Type Method Description voidDirectionsWaypoint. setLocation(LatLong l)Constructors in com.dlsc.gmapsfx.service.directions with parameters of type LatLong Constructor Description DirectionsRequest(LatLong latLongOrigin, LatLong latLongDestination, TravelModes travelModes, boolean provideRouteAlternatives)DirectionsRequest(LatLong latLongOrigin, LatLong latLongDestination, TravelModes travelModes, DirectionsWaypoint[] waypoints, boolean provideRouteAlternatives)DirectionsRequest(LatLong latLongOrigin, LatLong latLongDestination, TravelModes travelModes, DrivingOptions drivingOpttions, boolean provideRouteAlternatives)DirectionsRequest(LatLong latLongOrigin, LatLong latLongDestination, TravelModes travelModes, DrivingOptions drivingOpttions, DirectionsWaypoint[] waypoints, boolean provideRouteAlternatives)DirectionsRequest(String addressOrigin, LatLong latLongOrigin, String addressDestination, LatLong latLongDestination, TravelModes travelmode, DrivingOptions drivingOptions, DirectionsWaypoint[] waypoints, boolean provideRouteAlternatives)DirectionsWaypoint(LatLong l) -
Uses of LatLong in com.dlsc.gmapsfx.service.elevation
Methods in com.dlsc.gmapsfx.service.elevation that return LatLong Modifier and Type Method Description LatLongElevationResult. getLocation()The location for this elevation.Constructors in com.dlsc.gmapsfx.service.elevation with parameters of type LatLong Constructor Description LocationElevationRequest(LatLong[] locations)PathElevationRequest(LatLong[] path, int samples) -
Uses of LatLong in com.dlsc.gmapsfx.service.geocoding
Methods in com.dlsc.gmapsfx.service.geocoding that return LatLong Modifier and Type Method Description LatLongGeocoderGeometry. getLocation()Constructors in com.dlsc.gmapsfx.service.geocoding with parameters of type LatLong Constructor Description GeocoderRequest(String address, LatLong latLong, String placeId, LatLongBounds bounds, GeocoderComponentRestrictions restrictions, String region) -
Uses of LatLong in com.dlsc.gmapsfx.shapes
Methods in com.dlsc.gmapsfx.shapes that return LatLong Modifier and Type Method Description LatLongCircle. getCenter()Methods in com.dlsc.gmapsfx.shapes with parameters of type LatLong Modifier and Type Method Description static MVCArrayArcBuilder. 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 MVCArrayArcBuilder. buildArcPoints(LatLong center, LatLong start, LatLong end)static PolygonOptionsArcBuilder. 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 PolylineOptionsArcBuilder. buildOpenArc(LatLong center, LatLong start, LatLong end)Builds the path for an open arc based on a PolylineOptions.CircleOptionsCircleOptions. center(LatLong center)voidCircle. setCenter(LatLong center) -
Uses of LatLong in com.dlsc.gmapsfx.zoom
Methods in com.dlsc.gmapsfx.zoom with parameters of type LatLong Modifier and Type Method Description voidMaxZoomService. getMaxZoomAtLatLng(LatLong loc, MaxZoomServiceCallback callback)