• О MapKit
    • Начало работы
  • Стили карты
  • Версии MapKit
  • Часто задаваемые вопросы
  • Обратная связь

Package com.yandex.mapkit.geometry

Class Polyline

java.lang.Object
    ↳ com.yandex.mapkit.geometry.Polyline

class Polyline implements Serializable

A polyline between a number of points.

A polyline is drawn between consecutive points.

Summary

Constructors

Signature and Description

Polyline()
Use constructor with parameters in your code.

Polyline(@NonNull java.util.List<Point> points)

Methods

Type and modifiers

Method and Description

synchronized java.util.List<Point>

getPoints()
The list of points to connect.

void

serialize(com.yandex.runtime.bindings.Archive archive)

static java.lang.String

getNativeName()

Constuctors

Polyline

Polyline()

Use constructor with parameters in your code.

This one is for serialization only!


Polyline

Polyline(@NonNull java.util.List<Point> points)


Methods

getPoints

@NonNull
java.util.List<Point> getPoints()

The list of points to connect.


serialize

@Override
void serialize(com.yandex.runtime.bindings.Archive archive)


getNativeName

java.lang.String getNativeName()


Предыдущая
Следующая