Uses of Class
org.teamapps.ux.component.map.Location
-
Packages that use Location Package Description org.teamapps.ux.component.map org.teamapps.ux.component.map.shape -
-
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 static LocationLocation. fromUiMapLocation(org.teamapps.dto.UiMapLocation uiMapLocation)LocationLocationChangedEventData. getCenter()LocationMapView. getLocation()LocationMarker. getLocation()Methods in org.teamapps.ux.component.map with parameters of type Location Modifier and Type Method Description voidMapView. fitBounds(Location southWest, Location northEast)voidMapView. setLocation(Location location)Method parameters in org.teamapps.ux.component.map with type arguments of type Location Modifier and Type Method Description voidMapView. setHeatMap(java.util.List<Location> locations)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)Marker(Location location, java.lang.String title, RECORD data, int offsetPixelsX, int offsetPixelsY) -
Uses of Location in org.teamapps.ux.component.map.shape
Methods in org.teamapps.ux.component.map.shape that return Location Modifier and Type Method Description LocationMapCircle. getCenter()LocationMapRectangle. getLocation1()LocationMapRectangle. getLocation2()Methods in org.teamapps.ux.component.map.shape that return types with arguments of type Location Modifier and Type Method Description java.util.List<Location>MapPolygon. getLocations()java.util.List<Location>MapPolyline. getLocations()Methods in org.teamapps.ux.component.map.shape with parameters of type Location Modifier and Type Method Description MapPolylineMapPolyline. addPoint(Location location)voidMapCircle. setCenter(Location center)voidMapRectangle. setLocation1(Location location1)voidMapRectangle. setLocation2(Location location2)Method parameters in org.teamapps.ux.component.map.shape with type arguments of type Location Modifier and Type Method Description MapPolylineMapPolyline. addPoints(java.util.List<Location> locations)voidMapPolygon. setLocations(java.util.List<Location> locations)voidMapPolyline. setLocations(java.util.List<Location> locations)Constructors in org.teamapps.ux.component.map.shape with parameters of type Location Constructor Description MapCircle(Location center, int radiusMeters)MapCircle(ShapeProperties properties, Location center, int radiusMeters)MapRectangle(Location location1, Location location2)MapRectangle(ShapeProperties properties, Location location1, Location location2)Constructor parameters in org.teamapps.ux.component.map.shape with type arguments of type Location Constructor Description MapPolygon(ShapeProperties properties, java.util.List<Location> locations)MapPolyline(ShapeProperties properties, java.util.List<Location> locations)
-