Uses of Interface
provided.owlMaps.general.ILatLng
Package | Description |
---|---|
provided.owlMaps.components.infowindow |
Contains entities required to create pop-up information windows on a map.
|
provided.owlMaps.components.marker |
Contains entities for creating markers on a map
|
provided.owlMaps.components.shapes |
Contains entities for creating various shapes on a map such as polygons, polylines, rectangles and circles.
|
provided.owlMaps.demo.model |
Contains the model and its interfaces for the demo app.
|
provided.owlMaps.general |
Contains entities for general usage in multiple parts of the OwlMaps system.
|
provided.owlMaps.map |
Contains entities for creating a map
|
provided.owlMaps.map.data |
Entities needed to support the data capabilities of maps
|
provided.owlMaps.mouse |
Contains entities for managing mouse events
|
provided.owlMaps.utils |
Contains utilities for working with maps and components
|
provided.owlMaps.utils.impl |
FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER DIRECTLY USE ANYTHING FROM THIS PACKAGE!
Contains impelmentations of some of the interfaces in provided.owlMaps.utils
|
-
Uses of ILatLng in provided.owlMaps.components.infowindow
Fields in provided.owlMaps.components.infowindow with type parameters of type ILatLng Modifier and Type Field Description static provided.mixedData.MixedDataKey<ILatLng>
IInfoWindowOptions. POSITION
The LatLng at which to display this InfoWindow.Methods in provided.owlMaps.components.infowindow that return ILatLng Modifier and Type Method Description ILatLng
IInfoWindow. getPosition()
Get the ILatLng position of the window if set directly on the map, i.e.Methods in provided.owlMaps.components.infowindow with parameters of type ILatLng Modifier and Type Method Description void
IInfoWindow. setPosition(ILatLng latLng)
Set the ILatLng position of the window if set directly on the map, i.e. -
Uses of ILatLng in provided.owlMaps.components.marker
Fields in provided.owlMaps.components.marker with type parameters of type ILatLng Modifier and Type Field Description static provided.mixedData.MixedDataKey<ILatLng>
IMarkerOptions. POSITION
Marker position.Methods in provided.owlMaps.components.marker that return ILatLng Modifier and Type Method Description ILatLng
IMarker. getPosition()
Methods in provided.owlMaps.components.marker with parameters of type ILatLng Modifier and Type Method Description void
IMarker. setPosition(ILatLng latLng)
Set the position of this marker -
Uses of ILatLng in provided.owlMaps.components.shapes
Fields in provided.owlMaps.components.shapes with type parameters of type ILatLng Modifier and Type Field Description static provided.mixedData.MixedDataKey<ILatLng>
ICircleOptions. CENTER
The center of the Circle.static provided.mixedData.MixedDataKey<IPath<ILatLng>>
IPolylineOptions. PATH
The ordered sequence (IPath) of ILatLng coordinates of the Polyline.static provided.mixedData.MixedDataKey<IPaths<ILatLng>>
IPolygonOptions. PATHS
The ordered sequence of LatLng coordinates that designates a closed loop.Methods in provided.owlMaps.components.shapes that return ILatLng Modifier and Type Method Description ILatLng
ICircle. getCenter()
Returns the center of this circle.Methods in provided.owlMaps.components.shapes that return types with arguments of type ILatLng Modifier and Type Method Description IPath<ILatLng>
IPolygon. getPath()
Retrieves the path of ILatLngs if only an IPath was used or the first IPath is an IPathList was used.IPath<ILatLng>
IPolyline. getPath()
Gets the IPath used to define this polylineIPathList<ILatLng>
IPolygon. getPaths()
Returns the paths for this polygon.Methods in provided.owlMaps.components.shapes with parameters of type ILatLng Modifier and Type Method Description static IPolyMouseEvent
IPolyMouseEvent. make(ILatLng latLng, int edge, int path, int vertex)
*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS METHOD! ***
Factory to instantiate an IPolyMouseEvent from the given data valuesvoid
ICircle. setCenter(ILatLng center)
Set the center of this circle.Method parameters in provided.owlMaps.components.shapes with type arguments of type ILatLng Modifier and Type Method Description void
IPolygon. setPath(IPath<ILatLng> path)
Set the path or the first path if an IPathList was used.void
IPolyline. setPath(IPath<ILatLng> path)
Sets the path of this polylinevoid
IPolygon. setPaths(IPaths<ILatLng> paths)
Sets the path(s) of this polygon -
Uses of ILatLng in provided.owlMaps.demo.model
Methods in provided.owlMaps.demo.model with parameters of type ILatLng Modifier and Type Method Description void
DemoModel. goToLatLng(ILatLng latLng)
Pan the map to the given ILatLng locationvoid
DemoModel. makeCircle(ILatLng originLatLng)
Make an ICircle object at the given locationvoid
DemoModel. makeInfoWin(ILatLng latLng)
Make an IInfoWindow object at the given locationvoid
DemoModel. makeMarker(ILatLng latLng)
Make an IMarker object at the given locationvoid
DemoModel. makeOverlay(ILatLng originLatLng)
Make an overlay centered at the given lat/lngvoid
DemoModel. makePolygon(ILatLng originLatLng)
Make an IPolygon object at the given locationvoid
DemoModel. makePolyline(ILatLng originLatLng)
Make an IPolyline object at the given locationvoid
DemoModel. makeRectangle(ILatLng originLatLng)
Make an IRectangle object at the given locationvoid
IModel2ViewAdapter. setLatLng(ILatLng latLng)
Display the given latitude and longitude on the view -
Uses of ILatLng in provided.owlMaps.general
Methods in provided.owlMaps.general that return ILatLng Modifier and Type Method Description ILatLng
ILatLngBounds. getCenter()
Accessor for the center ILatLng of the boundsILatLng
IPlace. getLatLng()
Convenience method to get the latitude and longitude of the place in the form of a LatLng object.ILatLng
ILatLngBounds. getNorthEast()
Accessor for the northeast corner ILatLngILatLng
IAnchor. getPosition()
The LatLng position of this anchor point.ILatLng
ILatLngBounds. getSouthWest()
Accessor for the southwest corner ILatLngstatic ILatLng
ILatLng. make(double lat, double lng)
Make a new ILatLng objectMethods in provided.owlMaps.general with parameters of type ILatLng Modifier and Type Method Description double
ILatLng. distanceBetween(ILatLng otherLatLng, double earthRadius)
The distance between this and a given ILatLng, assuming a spherical Earthstatic ILatLngBounds
ILatLngBounds. make(ILatLng swLatLng, ILatLng neLatLng)
Make an ILatLngBounds from the given values -
Uses of ILatLng in provided.owlMaps.map
Fields in provided.owlMaps.map with type parameters of type ILatLng Modifier and Type Field Description static provided.mixedData.MixedDataKey<ILatLng>
IMapOptions. CENTER
The initial Map center.Methods in provided.owlMaps.map that return ILatLng Modifier and Type Method Description ILatLng
IOwlMap. getCenter()
Get the ILatLng of the center of the map -
Uses of ILatLng in provided.owlMaps.map.data
Methods in provided.owlMaps.map.data that return types with arguments of type ILatLng Modifier and Type Method Description java.util.List<ILatLng>
IMapDataGeometry. getLatLngs()
Get the ILatLngs that define this geometryMethod parameters in provided.owlMaps.map.data with type arguments of type ILatLng Modifier and Type Method Description static IMapDataGeometry
IMapDataGeometry. make(java.lang.String type, java.util.List<ILatLng> latLngList)
*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS METHOD! ***
Factory method to instantiate an IMapDataGeometry instance from the given data -
Uses of ILatLng in provided.owlMaps.mouse
Methods in provided.owlMaps.mouse that return ILatLng Modifier and Type Method Description ILatLng
IMouseEvent. getLatLng()
The ILatLng location where the mouse event occurredMethods in provided.owlMaps.mouse with parameters of type ILatLng Modifier and Type Method Description static IMouseEvent
IMouseEvent. make(ILatLng latLng)
*** For internal use ONLY! Developer code should never use this method! ***
Factory method to construct an IMouseEvent instance from an ILatLng. -
Uses of ILatLng in provided.owlMaps.utils
Methods in provided.owlMaps.utils that return ILatLng Modifier and Type Method Description ILatLng
IOwlMapUtils. getLatLngRelativeTo(ILatLng originLatLng, java.awt.geom.Point2D pt)
Get the ILatLng that is the vector distance from the given origin ILatLng Assumes that the distances involved are small relative to the size of the Earth or errors will occur due to the ellipsoidal nature of the globe.Methods in provided.owlMaps.utils that return types with arguments of type ILatLng Modifier and Type Method Description IPath<ILatLng>
IOwlMapUtils. convertPointsToLatLng(ILatLng originLatLng, IPath<java.awt.geom.Point2D> pts)
Convert a path of Point2D's to a path of ILatLng where the points are relative to the given origin location.IPaths<ILatLng>
IOwlMapUtils. convertPointsToLatLng(ILatLng originLatLng, IPaths<java.awt.geom.Point2D> pts)
Convert paths of Point2D's to paths of ILatLng where the points are relative to the given origin location.Methods in provided.owlMaps.utils with parameters of type ILatLng Modifier and Type Method Description IPath<ILatLng>
IOwlMapUtils. convertPointsToLatLng(ILatLng originLatLng, IPath<java.awt.geom.Point2D> pts)
Convert a path of Point2D's to a path of ILatLng where the points are relative to the given origin location.IPaths<ILatLng>
IOwlMapUtils. convertPointsToLatLng(ILatLng originLatLng, IPaths<java.awt.geom.Point2D> pts)
Convert paths of Point2D's to paths of ILatLng where the points are relative to the given origin location.ILatLng
IOwlMapUtils. getLatLngRelativeTo(ILatLng originLatLng, java.awt.geom.Point2D pt)
Get the ILatLng that is the vector distance from the given origin ILatLng Assumes that the distances involved are small relative to the size of the Earth or errors will occur due to the ellipsoidal nature of the globe. -
Uses of ILatLng in provided.owlMaps.utils.impl
Methods in provided.owlMaps.utils.impl that return ILatLng Modifier and Type Method Description ILatLng
AOwlMapUtils. getLatLngRelativeTo(ILatLng originLatLng, java.awt.geom.Point2D pt)
Methods in provided.owlMaps.utils.impl that return types with arguments of type ILatLng Modifier and Type Method Description IPath<ILatLng>
AOwlMapUtils. convertPointsToLatLng(ILatLng originLatLng, IPath<java.awt.geom.Point2D> pts)
IPaths<ILatLng>
AOwlMapUtils. convertPointsToLatLng(ILatLng originLatLng, IPaths<java.awt.geom.Point2D> pts)
Methods in provided.owlMaps.utils.impl with parameters of type ILatLng Modifier and Type Method Description IPath<ILatLng>
AOwlMapUtils. convertPointsToLatLng(ILatLng originLatLng, IPath<java.awt.geom.Point2D> pts)
IPaths<ILatLng>
AOwlMapUtils. convertPointsToLatLng(ILatLng originLatLng, IPaths<java.awt.geom.Point2D> pts)
ILatLng
AOwlMapUtils. getLatLngRelativeTo(ILatLng originLatLng, java.awt.geom.Point2D pt)