Uses of Class
org.teamapps.ux.component.map.Location
Packages that use Location
-
Uses of Location in org.teamapps.ux.component.map
Fields in org.teamapps.ux.component.map declared as LocationFields in org.teamapps.ux.component.map with type parameters of type LocationMethods in org.teamapps.ux.component.map that return LocationModifier and TypeMethodDescriptionstatic LocationLocation.fromUiMapLocation(UiMapLocation uiMapLocation) LocationChangedEventData.getCenter()MapView.getLocation()MapView2.getLocation()Marker.getLocation()Methods in org.teamapps.ux.component.map with parameters of type LocationModifier and TypeMethodDescriptionvoidvoidvoidMapView.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 LocationConstructors in org.teamapps.ux.component.map with parameters of type Location -
Uses of Location in org.teamapps.ux.component.map.shape
Methods in org.teamapps.ux.component.map.shape that return LocationModifier and TypeMethodDescriptionMapCircle.getCenter()MapRectangle.getLocation1()MapRectangle.getLocation2()Methods in org.teamapps.ux.component.map.shape that return types with arguments of type LocationMethods in org.teamapps.ux.component.map.shape with parameters of type LocationModifier and TypeMethodDescriptionvoidvoidMapRectangle.setLocation1(Location location1) voidMapRectangle.setLocation2(Location location2) Method parameters in org.teamapps.ux.component.map.shape with type arguments of type LocationConstructors in org.teamapps.ux.component.map.shape with parameters of type LocationModifierConstructorDescriptionMapCircle(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 LocationModifierConstructorDescriptionMapPolygon(List<Location> locations, ShapeProperties properties) MapPolyline(List<Location> points, ShapeProperties properties)