Uses of Class
org.teamapps.ux.component.map.shape.MapPolyline
-
Packages that use MapPolyline Package Description org.teamapps.ux.component.map org.teamapps.ux.component.map.shape -
-
Uses of MapPolyline in org.teamapps.ux.component.map
Methods in org.teamapps.ux.component.map with parameters of type MapPolyline Modifier and Type Method Description voidMapView. addPolyLine(MapPolyline polyline)voidMapView2. addPolyLine(MapPolyline polyline) -
Uses of MapPolyline in org.teamapps.ux.component.map.shape
Methods in org.teamapps.ux.component.map.shape that return MapPolyline Modifier and Type Method Description MapPolylineMapPolyline. addPoint(Location location)MapPolylineMapPolyline. addPoints(java.util.List<Location> points)
-