Uses of Interface
provided.owlMaps.general.ILatLngBounds
Package | Description |
---|---|
provided.owlMaps.components.overlay |
Components that are overlaid on the map.
|
provided.owlMaps.components.shapes |
Contains entities for creating various shapes on a map such as polygons, polylines, rectangles and circles.
|
provided.owlMaps.general |
Contains entities for general usage in multiple parts of the OwlMaps system.
|
-
Uses of ILatLngBounds in provided.owlMaps.components.overlay
Fields in provided.owlMaps.components.overlay with type parameters of type ILatLngBounds Modifier and Type Field Description static provided.mixedData.MixedDataKey<ILatLngBounds>
IGroundOverlayOptions. BOUNDS
The bounds of the overlayMethods in provided.owlMaps.components.overlay that return ILatLngBounds Modifier and Type Method Description ILatLngBounds
IGroundOverlay. getBounds()
Get a COPY of the overlay's boundsMethods in provided.owlMaps.components.overlay with parameters of type ILatLngBounds Modifier and Type Method Description void
IGroundOverlay. setBounds(ILatLngBounds bounds)
Set the overlay's bounds -
Uses of ILatLngBounds in provided.owlMaps.components.shapes
Fields in provided.owlMaps.components.shapes with type parameters of type ILatLngBounds Modifier and Type Field Description static provided.mixedData.MixedDataKey<ILatLngBounds>
IRectangleOptions. BOUNDS
The bounds of the rectangleMethods in provided.owlMaps.components.shapes that return ILatLngBounds Modifier and Type Method Description ILatLngBounds
ICircle. getBounds()
Get a COPY of the circle's boundsILatLngBounds
IRectangle. getBounds()
Get a COPY of the rectangle's boundsMethods in provided.owlMaps.components.shapes with parameters of type ILatLngBounds Modifier and Type Method Description void
IRectangle. setBounds(ILatLngBounds bounds)
Set the rectangle's bounds -
Uses of ILatLngBounds in provided.owlMaps.general
Methods in provided.owlMaps.general that return ILatLngBounds Modifier and Type Method Description static ILatLngBounds
ILatLngBounds. make(ILatLng swLatLng, ILatLng neLatLng)
Make an ILatLngBounds from the given values