Class YMKMasstransitRoute

Contains information about a route constructed by the mass transit router.

Properties

geometry

Polyline of a whole route.

metadata

General route information.

sections

Vector of sections of the route.

uriMetadata

Route URI, which can be used together with YMKMasstransitRouter to fetch additional information about the route or can be bookmarked for future reference.

geometry

Polyline of a whole route.

metadata

General route information.

sections

Vector of sections of the route.

uriMetadata

Route URI, which can be used together with YMKMasstransitRouter to fetch additional information about the route or can be bookmarked for future reference.

Property Detail

geometry

(assign, readonly) YMKPolyline * geometry

Polyline of a whole route.

metadata

(assign, readonly) YMKMasstransitRouteMetadata * metadata

General route information.

sections

(assign, readonly) NSArray< YMKMasstransitSection * > * sections

Vector of sections of the route.

uriMetadata

(assign, readonly) YMKUriObjectMetadata * uriMetadata

Route URI, which can be used together with YMKMasstransitRouter to fetch additional information about the route or can be bookmarked for future reference.