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 interface
IInfoWindowOptions
Options 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 interface
IMarkerLabelOptions
The options to specify a Google Maps MarkerLabel value.interface
IMarkerOptions
Options for making markers -
Uses of IOptionsKeys in provided.owlMaps.components.overlay
Subinterfaces of IOptionsKeys in provided.owlMaps.components.overlay Modifier and Type Interface Description interface
IGroundOverlayOptions
Options 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 interface
ICircleOptions
Options for making circlesinterface
IPolygonOptions
Options for creating polygonsinterface
IPolylineOptions
The options for a IPolyLineinterface
IRectangleOptions
Options for rectangles -
Uses of IOptionsKeys in provided.owlMaps.general
Subinterfaces of IOptionsKeys in provided.owlMaps.general Modifier and Type Interface Description interface
IIconOptions
Options for creating iconsinterface
IIconSequenceOptions
Options for a Google Maps IconSequence object.interface
ISymbolOptions
Options 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 interface
IMapOptions
Available 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 interface
IMapDataOptions
Options that can be set of a map's data.interface
IMapDataStyleOptions
These options specify the way a Feature should appear when displayed on a map.