Class MapPolyline
java.lang.Object
org.teamapps.ux.component.map.shape.AbstractMapShape
org.teamapps.ux.component.map.shape.MapPolyline
public class MapPolyline extends AbstractMapShape
-
Nested Class Summary
Nested classes/interfaces inherited from class org.teamapps.ux.component.map.shape.AbstractMapShape
AbstractMapShape.MapShapeListener -
Field Summary
Fields inherited from class org.teamapps.ux.component.map.shape.AbstractMapShape
clientId, listener, properties -
Constructor Summary
Constructors Constructor Description MapPolyline(java.util.List<Location> locations, ShapeProperties properties) -
Method Summary
Modifier and Type Method Description MapPolylineaddPoint(Location location)MapPolylineaddPoints(java.util.List<Location> locations)org.teamapps.dto.UiMapPolylinecreateUiMapShape()java.util.List<Location>getLocations()voidsetLocations(java.util.List<Location> locations)Methods inherited from class org.teamapps.ux.component.map.shape.AbstractMapShape
getClientIdInternal, getProperties, mapAbstractUiShapeProperties, remove, setClientIdInternal, setListenerInternalMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
MapPolyline
-
-
Method Details
-
createUiMapShape
public org.teamapps.dto.UiMapPolyline createUiMapShape()- Specified by:
createUiMapShapein classAbstractMapShape
-
addPoint
-
addPoints
-
getLocations
-
setLocations
-