Важно

This feature is available in the Full MapKit SDK version

YMKSearchSort

class YMKSearchSort : NSObject

Describes response sort.

Summary

Class methods

 init(type: YMKSearchSortType, origin: NSNumber?)

Properties

var typeYMKSearchSortType { get }
Sorting type

var origin: NSNumber? { get }
Sort origin (if results are ordered by distance)

Class methods

init(type:origin:)

 init(type: YMKSearchSortType, origin: NSNumber?)


Properties

type

var type: YMKSearchSortType { get }

Sorting type.


origin

var origin: NSNumber? { get }

Sort origin (if results are ordered by distance).

Optional field, can be nil.


Следующая