Uses of Interface
provided.owlMaps.general.IPlace
| Package | Description |
|---|---|
| provided.owlMaps.demo.controller |
Contains the controller for the demo app.
|
| provided.owlMaps.demo.model |
Contains the model and its interfaces for the demo app.
|
| 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.utils |
Contains utilities for working with maps and components
|
-
Uses of IPlace in provided.owlMaps.demo.controller
Fields in provided.owlMaps.demo.controller with type parameters of type IPlace Modifier and Type Field Description private DemoFrame<IPlace>DemoApp. viewThe demo's view -
Uses of IPlace in provided.owlMaps.demo.model
Methods in provided.owlMaps.demo.model with parameters of type IPlace Modifier and Type Method Description voidDemoModel. goToPlace(IPlace place)Move the map to the given IPlace location and zoom level -
Uses of IPlace in provided.owlMaps.general
Methods in provided.owlMaps.general that return IPlace Modifier and Type Method Description static IPlaceIPlace. make(java.lang.String name, double lat, double lng, int zoom)Make an IPlace instance from the given values -
Uses of IPlace in provided.owlMaps.map
Methods in provided.owlMaps.map with parameters of type IPlace Modifier and Type Method Description voidIOwlMap. goTo(IPlace place)Pan the center of the map to the location and set the zoom level to that specified by the given IPlace -
Uses of IPlace in provided.owlMaps.utils
Fields in provided.owlMaps.utils with type parameters of type IPlace Modifier and Type Field Description static java.util.Map<java.lang.String,IPlace>IPlace_Samples. SAMPLE_PLACES_DICTAn immutable mapping of names to sample places.Methods in provided.owlMaps.utils that return types with arguments of type IPlace Modifier and Type Method Description static java.util.Map<java.lang.String,IPlace>IPlace_Samples. getSamplePlacesDict()Get a mutable mapping of names to IPlaces, initialized to the entries in SAMPLE_PLACES_DICT.