Uses of Interface
provided.owlMaps.control.IOwlMapControl
| Package | Description |
|---|---|
| provided.owlMaps.control |
Contains entities for implementing and supporting starting and controlling up the OwlMaps system
|
| provided.owlMaps.control.impl |
*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER DIRECTLY USE ANYTHING FROM THIS PACKAGE! ***
Implementations of the owlmaps.control package interfaces |
| provided.owlMaps.demo.model |
Contains the model and its interfaces for the demo app.
|
-
Uses of IOwlMapControl in provided.owlMaps.control
Methods in provided.owlMaps.control that return IOwlMapControl Modifier and Type Method Description static IOwlMapControlIOwlMapControl. make(java.lang.String googleMapsApiKey, MapLengthUnits systemLengthUnit, java.util.function.Consumer<java.lang.String> loggerFn)Instantiate an IOwlMapControl instance -
Uses of IOwlMapControl in provided.owlMaps.control.impl
Classes in provided.owlMaps.control.impl that implement IOwlMapControl Modifier and Type Class Description classOwlMapControlThe main map controlling and instantiating entity of the OwlMaps system. -
Uses of IOwlMapControl in provided.owlMaps.demo.model
Fields in provided.owlMaps.demo.model declared as IOwlMapControl Modifier and Type Field Description private IOwlMapControlDemoModel. owlMapControlThe OwlMapControl object that runs everything about the map.