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. BOUNDSThe bounds of the overlayMethods in provided.owlMaps.components.overlay that return ILatLngBounds Modifier and Type Method Description ILatLngBoundsIGroundOverlay. getBounds()Get a COPY of the overlay's boundsMethods in provided.owlMaps.components.overlay with parameters of type ILatLngBounds Modifier and Type Method Description voidIGroundOverlay. 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. BOUNDSThe bounds of the rectangleMethods in provided.owlMaps.components.shapes that return ILatLngBounds Modifier and Type Method Description ILatLngBoundsICircle. getBounds()Get a COPY of the circle's boundsILatLngBoundsIRectangle. getBounds()Get a COPY of the rectangle's boundsMethods in provided.owlMaps.components.shapes with parameters of type ILatLngBounds Modifier and Type Method Description voidIRectangle. 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 ILatLngBoundsILatLngBounds. make(ILatLng swLatLng, ILatLng neLatLng)Make an ILatLngBounds from the given values