Uses of Class
org.teamapps.ux.component.map.Location
-
Packages that use Location Package Description org.teamapps.ux.component.map -
-
Uses of Location in org.teamapps.ux.component.map
Fields in org.teamapps.ux.component.map declared as Location Modifier and Type Field Description protected LocationLocationChangedEventData. centerFields in org.teamapps.ux.component.map with type parameters of type Location Modifier and Type Field Description Event<Location>MapView. onMapClickedMethods in org.teamapps.ux.component.map that return Location Modifier and Type Method Description LocationLocationChangedEventData. getCenter()LocationMapView. getLocation()LocationMarker. getLocation()Methods in org.teamapps.ux.component.map that return types with arguments of type Location Modifier and Type Method Description java.util.ArrayList<Location>Polyline. getLocations()Methods in org.teamapps.ux.component.map with parameters of type Location Modifier and Type Method Description PolylinePolyline. addPoint(Location location)voidMapView. setLocation(Location location)Method parameters in org.teamapps.ux.component.map with type arguments of type Location Modifier and Type Method Description PolylinePolyline. addPoints(java.util.List<Location> locations)voidPolyline.PolylineListener. handlePolyLinePointsAdded(Polyline polyline, java.util.List<Location> points)Constructors in org.teamapps.ux.component.map with parameters of type Location Constructor Description LocationChangedEventData(Location center, Area displayedArea)Marker(Location location, java.lang.String title, RECORD data)Constructor parameters in org.teamapps.ux.component.map with type arguments of type Location Constructor Description Polyline(ShapeProperties properties, java.util.ArrayList<Location> locations)
-