Uses of Class
org.teamapps.ux.component.map.shape.ShapeProperties
Packages that use ShapeProperties
-
Uses of ShapeProperties in org.teamapps.ux.component.map
Methods in org.teamapps.ux.component.map with parameters of type ShapePropertiesModifier and TypeMethodDescriptionvoidMapView.startDrawingShape(MapShapeType shapeType, ShapeProperties shapeProperties) -
Uses of ShapeProperties in org.teamapps.ux.component.map.shape
Fields in org.teamapps.ux.component.map.shape declared as ShapePropertiesMethods in org.teamapps.ux.component.map.shape that return ShapePropertiesConstructors in org.teamapps.ux.component.map.shape with parameters of type ShapePropertiesModifierConstructorDescriptionAbstractMapShape(ShapeProperties properties) MapCircle(Location center, int radiusMeters, ShapeProperties properties) MapPolygon(List<Location> locations, ShapeProperties properties) MapPolyline(List<Location> points, ShapeProperties properties) MapRectangle(Location location1, Location location2, ShapeProperties properties)