Verwendungen von Klasse
org.teamapps.ux.component.map.Location
Packages, die Location verwenden
-
Verwendungen von Location in org.teamapps.ux.component.map
Felder in org.teamapps.ux.component.map, die deklariert sind als LocationFelder in org.teamapps.ux.component.map mit Typparametern vom Typ LocationMethoden in org.teamapps.ux.component.map, die Location zurückgebenModifizierer und TypMethodeBeschreibungstatic LocationLocation.fromUiMapLocation(org.teamapps.dto.UiMapLocation uiMapLocation) LocationChangedEventData.getCenter()MapView.getLocation()MapView2.getLocation()Marker.getLocation()Methoden in org.teamapps.ux.component.map mit Parametern vom Typ LocationModifizierer und TypMethodeBeschreibungvoidvoidvoidMapView.setLocation(Location location) voidMapView2.setLocation(Location location) voidMapView2.setLocation(Location location, long animationDurationMillis, int targetZoomLevel) Methodenparameter in org.teamapps.ux.component.map mit Typargumenten vom Typ LocationKonstruktoren in org.teamapps.ux.component.map mit Parametern vom Typ Location -
Verwendungen von Location in org.teamapps.ux.component.map.shape
Methoden in org.teamapps.ux.component.map.shape, die Location zurückgebenModifizierer und TypMethodeBeschreibungMapCircle.getCenter()MapRectangle.getLocation1()MapRectangle.getLocation2()Methoden in org.teamapps.ux.component.map.shape, die Typen mit Argumenten vom Typ Location zurückgebenMethoden in org.teamapps.ux.component.map.shape mit Parametern vom Typ LocationModifizierer und TypMethodeBeschreibungvoidvoidMapRectangle.setLocation1(Location location1) voidMapRectangle.setLocation2(Location location2) Methodenparameter in org.teamapps.ux.component.map.shape mit Typargumenten vom Typ LocationModifizierer und TypMethodeBeschreibungvoidMapPolygon.setLocations(List<Location> locations) voidKonstruktoren in org.teamapps.ux.component.map.shape mit Parametern vom Typ LocationModifiziererKonstruktorBeschreibungMapCircle(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) Konstruktorparameter in org.teamapps.ux.component.map.shape mit Typargumenten vom Typ LocationModifiziererKonstruktorBeschreibungMapPolygon(List<Location> locations, ShapeProperties properties) MapPolyline(List<Location> points, ShapeProperties properties)