Package com.yandex.mapkit

Enum RequestPointType

java.lang.Object
    ↳ java.lang.Enum
        ↳ com.yandex.mapkit.RequestPointType

final enum RequestPointType

The waypoint and a point the path must go through.

Enum Constant Summary

Enum Constants

Description

WAYPOINT

The target waypoint.

VIAPOINT

A point the route must pass through.

Summary

Methods

Type and modifiers

Method and Description

static RequestPointType[]

values()

static RequestPointType

valueOf(java.lang.String name)

Enum Constants Detail

WAYPOINT

static final

RequestPointType

WAYPOINT

The target waypoint.


VIAPOINT

static final

RequestPointType

VIAPOINT

A point the route must pass through.


Methods

values

RequestPointType[] values()


valueOf

RequestPointType valueOf(java.lang.String name)


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