Uses of Class
com.neotropic.kuwaiba.modules.commercial.ospman.api.GeoCoordinate
-
Packages that use GeoCoordinate Package Description com.neotropic.kuwaiba.modules.commercial.ospman.api com.neotropic.kuwaiba.modules.commercial.ospman.providers.google -
-
Uses of GeoCoordinate in com.neotropic.kuwaiba.modules.commercial.ospman.api
Methods in com.neotropic.kuwaiba.modules.commercial.ospman.api that return GeoCoordinate Modifier and Type Method Description GeoCoordinate
MapProvider. getCenter()
Gets the map centerGeoCoordinate
MapEdge. getEdgeLabelPosition()
Gets the label position.GeoCoordinate
MapOverlayView. getNorthEast()
Gets the north-east.GeoCoordinate
ViewOverlayView. getNorthEast()
GeoCoordinate
MapOverlayView. getSouthWest()
Gets the south-west.GeoCoordinate
ViewOverlayView. getSouthWest()
Methods in com.neotropic.kuwaiba.modules.commercial.ospman.api that return types with arguments of type GeoCoordinate Modifier and Type Method Description List<GeoCoordinate>
PathChangedEvent. getControlPoints()
List<GeoCoordinate>
Heatmap. getPoints()
Gets the points displayed by this heatmap.List<GeoCoordinate>
ViewHeatmap. getPoints()
Methods in com.neotropic.kuwaiba.modules.commercial.ospman.api with parameters of type GeoCoordinate Modifier and Type Method Description void
MapProvider. callbackContainsLocation(GeoCoordinate coordinate, List<List<GeoCoordinate>> paths, Consumer<Boolean> callback)
Executes callback to calculate whether the given coordinate exist inside the specified path.void
MapProvider. setCenter(GeoCoordinate center)
Set map centervoid
MapOverlayView. setNorthEast(GeoCoordinate northEast)
Sets the north.east.void
ViewOverlayView. setNorthEast(GeoCoordinate northEast)
void
MapOverlayView. setSouthWest(GeoCoordinate southWest)
Sets the south-west.void
ViewOverlayView. setSouthWest(GeoCoordinate southWest)
Method parameters in com.neotropic.kuwaiba.modules.commercial.ospman.api with type arguments of type GeoCoordinate Modifier and Type Method Description void
MapProvider. callbackContainsLocation(GeoCoordinate coordinate, List<List<GeoCoordinate>> paths, Consumer<Boolean> callback)
Executes callback to calculate whether the given coordinate exist inside the specified path.void
MapProvider. callbackContainsLocations(HashMap<String,GeoCoordinate> coordinates, List<List<GeoCoordinate>> paths, Consumer<HashMap<String,Boolean>> callback)
Executes callback to calculate whether the given coordinates exist inside the specified path.void
MapProvider. callbackContainsLocations(HashMap<String,GeoCoordinate> coordinates, List<List<GeoCoordinate>> paths, Consumer<HashMap<String,Boolean>> callback)
Executes callback to calculate whether the given coordinates exist inside the specified path.void
MapEdge. computeLength(List<GeoCoordinate> controlPoints, Consumer<Double> consumerLength)
Computes edge length.void
MapEdge. setControlPoints(List<GeoCoordinate> controlPoints)
Sets the edge control points.void
MapProvider. setDrawingMarkerMode(Consumer<GeoCoordinate> drawingMarkerComplete)
Sets the drawing mode to marker.void
Heatmap. setPoints(List<GeoCoordinate> points)
Sets the points to be displayed by this heatmap.void
ViewHeatmap. setPoints(List<GeoCoordinate> points)
Constructors in com.neotropic.kuwaiba.modules.commercial.ospman.api with parameters of type GeoCoordinate Constructor Description ViewOverlayView(GeoCoordinate southWest, GeoCoordinate northEast)
Constructor parameters in com.neotropic.kuwaiba.modules.commercial.ospman.api with type arguments of type GeoCoordinate Constructor Description PathChangedEvent(List<GeoCoordinate> controlPoints, PathChangedEvent.PathChangedEventListener listener)
ViewHeatmap(List<GeoCoordinate> points)
-
Uses of GeoCoordinate in com.neotropic.kuwaiba.modules.commercial.ospman.providers.google
Methods in com.neotropic.kuwaiba.modules.commercial.ospman.providers.google that return GeoCoordinate Modifier and Type Method Description GeoCoordinate
GoogleMapsMapProvider. getCenter()
GeoCoordinate
GoogleMapEdge. getEdgeLabelPosition()
GeoCoordinate
GoogleMapsOverlayView. getNorthEast()
GeoCoordinate
GoogleMapsOverlayView. getSouthWest()
Methods in com.neotropic.kuwaiba.modules.commercial.ospman.providers.google that return types with arguments of type GeoCoordinate Modifier and Type Method Description List<GeoCoordinate>
GoogleMapsHeatmapLayer. getPoints()
Methods in com.neotropic.kuwaiba.modules.commercial.ospman.providers.google with parameters of type GeoCoordinate Modifier and Type Method Description void
GoogleMapsMapProvider. callbackContainsLocation(GeoCoordinate coordinate, List<List<GeoCoordinate>> paths, Consumer<Boolean> callback)
void
GoogleMapsMapProvider. setCenter(GeoCoordinate center)
void
GoogleMapsOverlayView. setNorthEast(GeoCoordinate northEast)
void
GoogleMapsOverlayView. setSouthWest(GeoCoordinate southWest)
Method parameters in com.neotropic.kuwaiba.modules.commercial.ospman.providers.google with type arguments of type GeoCoordinate Modifier and Type Method Description void
GoogleMapsMapProvider. callbackContainsLocation(GeoCoordinate coordinate, List<List<GeoCoordinate>> paths, Consumer<Boolean> callback)
void
GoogleMapsMapProvider. callbackContainsLocations(HashMap<String,GeoCoordinate> coordinates, List<List<GeoCoordinate>> paths, Consumer<HashMap<String,Boolean>> callback)
void
GoogleMapsMapProvider. callbackContainsLocations(HashMap<String,GeoCoordinate> coordinates, List<List<GeoCoordinate>> paths, Consumer<HashMap<String,Boolean>> callback)
void
GoogleMapEdge. computeLength(List<GeoCoordinate> controlPoints, Consumer<Double> consumerLength)
void
GoogleMapEdge. setControlPoints(List<GeoCoordinate> controlPoints)
void
GoogleMapsMapProvider. setDrawingMarkerMode(Consumer<GeoCoordinate> drawingMarkerComplete)
void
GoogleMapsHeatmapLayer. setPoints(List<GeoCoordinate> points)
-