Class DrivingSection

com.yandex.mapkit.driving

java.lang.Object ⇽ DrivingSection

public class DrivingSection

Constructors

DrivingSection()

Use constructor with parameters in your code.

DrivingSection(DrivingSectionMetadata metadata, Subpolyline geometry)
DrivingSection()

Use constructor with parameters in your code.

DrivingSection(DrivingSectionMetadata metadata, Subpolyline geometry)

Methods

synchronized Subpolyline getGeometry()
synchronized DrivingSectionMetadata getMetadata()
String getNativeName()
void serialize(Archive archive)
synchronized Subpolyline getGeometry()
synchronized DrivingSectionMetadata getMetadata()
String getNativeName()
void serialize(Archive archive)

Constructor Detail

DrivingSection

public DrivingSection ()

Use constructor with parameters in your code.

This one is for serialization only!

DrivingSection

public DrivingSection (DrivingSectionMetadata metadata, Subpolyline geometry)

Method Detail

getGeometry

public synchronized Subpolyline getGeometry ()

getMetadata

public synchronized DrivingSectionMetadata getMetadata ()

getNativeName

public static String getNativeName ()

serialize

public void serialize (Archive archive)