Uses of Interface
com.neotropic.kuwaiba.modules.commercial.ospman.api.MapSelectionManager
-
Packages that use MapSelectionManager Package Description com.neotropic.kuwaiba.modules.commercial.ospman.api com.neotropic.kuwaiba.modules.commercial.ospman.providers.google -
-
Uses of MapSelectionManager in com.neotropic.kuwaiba.modules.commercial.ospman.api
Subinterfaces of MapSelectionManager in com.neotropic.kuwaiba.modules.commercial.ospman.api Modifier and Type Interface Description static interface
MapSelectionManager.EdgeSelectionManager
Collection of methods to manage the selection of the edges in the map.static interface
MapSelectionManager.NodeSelectionManager
Collection of methods to manage the selection of the nodes in the map. -
Uses of MapSelectionManager in com.neotropic.kuwaiba.modules.commercial.ospman.providers.google
Classes in com.neotropic.kuwaiba.modules.commercial.ospman.providers.google that implement MapSelectionManager Modifier and Type Class Description class
GoogleMapsEdgeSelectionManager
Selection manager to edges in Google Mapclass
GoogleMapsNodeSelectionManager
Selection manager to nodes in Google Map.
-