Class Subpolyline
Package world.mappable.mapkit.geometry
java.lang.Object
↳ world.mappable.mapkit.geometry.Subpolyline
class Subpolyline implements Serializable
A part of a polyline.
Summary
Constructors
|
Signature and Description |
|
Subpolyline(@NonNull PolylinePosition begin, |
|
Subpolyline() |
Methods
|
Type and modifiers |
Method and Description |
|
getBegin() |
|
|
getEnd() |
|
|
void |
serialize(world.mappable.runtime.bindings.Archive archive) |
Constuctors
Subpolyline
|
Subpolyline(@NonNull PolylinePosition begin, |
Subpolyline
|
Subpolyline() |
Use constructor with parameters in your code.
This one is for bindings only!
Methods
getBegin
|
@NonNull |
The start of the selected part of the polyline.
getEnd
|
@NonNull |
The end of the selected part of the polyline.
serialize
|
@Override |