Class YMKSearchRouteDistancesObjectMetadata

Snippet data to get route distance info.

Class Methods

Properties

absolute

Absolute distance info.

relative

Relative distance info.

absolute

Absolute distance info.

relative

Relative distance info.

Method Detail

+routeDistancesObjectMetadataWithAbsolute:relative:

+ (nonnull YMKSearchRouteDistancesObjectMetadata *)routeDistancesObjectMetadataWithAbsolute:(nullable YMKSearchAbsoluteDistance *)absolute
                                                                                   relative:(nullable YMKSearchRelativeDistance *)relative 

Property Detail

absolute

(assign, readonly) YMKSearchAbsoluteDistance * absolute

Absolute distance info.

Optional property, can be null.

relative

(assign, readonly) YMKSearchRelativeDistance * relative

Relative distance info.

Optional property, can be null.