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. onMapClickedEvent<Location>MapView2. 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()LocationMapView2. 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)voidMapView2. fitBounds(Location southWest, Location northEast)voidMapView. setLocation(Location location)voidMapView2. setLocation(Location location)voidMapView2. setLocation(Location location, long animationDurationMillis, int targetZoomLevel)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, RECORD data)Marker(Location location, 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. getPoints()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> points)voidMapPolygon. setLocations(java.util.List<Location> locations)voidMapPolyline. setPoints(java.util.List<Location> points)Constructors in org.teamapps.ux.component.map.shape with parameters of type Location Constructor Description MapCircle(Location center, int radiusMeters)MapCircle(Location center, int radiusMeters, org.teamapps.common.format.Color fillColor)MapCircle(Location center, int radiusMeters, org.teamapps.common.format.Color fillColor, org.teamapps.common.format.Color strokeColor)MapCircle(Location center, int radiusMeters, org.teamapps.common.format.Color fillColor, org.teamapps.common.format.Color strokeColor, float strokeWidth)MapCircle(Location center, int radiusMeters, ShapeProperties properties)MapRectangle(Location location1, Location location2)MapRectangle(Location location1, Location location2, ShapeProperties properties)Constructor parameters in org.teamapps.ux.component.map.shape with type arguments of type Location Constructor Description MapPolygon(java.util.List<Location> locations, ShapeProperties properties)MapPolyline(java.util.List<Location> points, ShapeProperties properties)
-