Class Polyline

com.yandex.mapkit.geometry

java.lang.Object ⇽ Polyline

public class Polyline

A polyline between a number of points.

A polyline is drawn between consecutive points.

Constructors

Polyline()

Use constructor with parameters in your code.

Polyline(List< Point > points)
Polyline()

Use constructor with parameters in your code.

Polyline(List< Point > points)

Methods

String getNativeName()
synchronized List< Point > getPoints()

The list of points to connect.

void serialize(Archive archive)
String getNativeName()
synchronized List< Point > getPoints()

The list of points to connect.

void serialize(Archive archive)

Constructor Detail

Polyline

public Polyline ()

Use constructor with parameters in your code.

This one is for serialization only!

Polyline

public Polyline (List< Point > points)

Method Detail

getNativeName

public static String getNativeName ()

getPoints

public synchronized List< Point > getPoints ()

The list of points to connect.

serialize

public void serialize (Archive archive)