Uses of Interface
provided.owlMaps.general.IOptionsKeys
| 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.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.
|
| provided.owlMaps.map |
Contains entities for creating a map
|
| provided.owlMaps.map.data |
Entities needed to support the data capabilities of maps
|
-
Uses of IOptionsKeys in provided.owlMaps.components.infowindow
Subinterfaces of IOptionsKeys in provided.owlMaps.components.infowindow Modifier and Type Interface Description interfaceIInfoWindowOptionsOptions for creating info windows. -
Uses of IOptionsKeys in provided.owlMaps.components.marker
Subinterfaces of IOptionsKeys in provided.owlMaps.components.marker Modifier and Type Interface Description interfaceIMarkerLabelOptionsThe options to specify a Google Maps MarkerLabel value.interfaceIMarkerOptionsOptions for making markers -
Uses of IOptionsKeys in provided.owlMaps.components.overlay
Subinterfaces of IOptionsKeys in provided.owlMaps.components.overlay Modifier and Type Interface Description interfaceIGroundOverlayOptionsOptions for making ground overlays. -
Uses of IOptionsKeys in provided.owlMaps.components.shapes
Subinterfaces of IOptionsKeys in provided.owlMaps.components.shapes Modifier and Type Interface Description interfaceICircleOptionsOptions for making circlesinterfaceIPolygonOptionsOptions for creating polygonsinterfaceIPolylineOptionsThe options for a IPolyLineinterfaceIRectangleOptionsOptions for rectangles -
Uses of IOptionsKeys in provided.owlMaps.general
Subinterfaces of IOptionsKeys in provided.owlMaps.general Modifier and Type Interface Description interfaceIIconOptionsOptions for creating iconsinterfaceIIconSequenceOptionsOptions for a Google Maps IconSequence object.interfaceISymbolOptionsOptions for a Google Maps Symbol object. -
Uses of IOptionsKeys in provided.owlMaps.map
Subinterfaces of IOptionsKeys in provided.owlMaps.map Modifier and Type Interface Description interfaceIMapOptionsAvailable options for configuring a map -
Uses of IOptionsKeys in provided.owlMaps.map.data
Subinterfaces of IOptionsKeys in provided.owlMaps.map.data Modifier and Type Interface Description interfaceIMapDataOptionsOptions that can be set of a map's data.interfaceIMapDataStyleOptionsThese options specify the way a Feature should appear when displayed on a map.