LandmarkObjectOrder
Objective-C
enum LandmarkObjectOrder : NSInteger {}
Swift
enum LandmarkObjectOrder : Int, @unchecked Sendable
Constants indicating the ways in which landmarks from a Landmark Browse Session Context can be ordered.
-
Order by Name.
Declaration
Objective-C
LandmarkObjectOrderName = 0
Swift
case name = 0
-
Order by Date ( date of insertion ).
Declaration
Objective-C
LandmarkObjectOrderDate = 1
Swift
case date = 1
-
Order by Distance ( relative to a given position ).
Declaration
Objective-C
LandmarkObjectOrderDistance = 2
Swift
case distance = 2