SPObjectSource
Objective-C
enum SPObjectSource : NSUInteger {}
Swift
enum SPObjectSource : UInt, @unchecked Sendable
Smart Map Object Sources
-
Object origin is from the static map data
Declaration
Objective-C
SPObjectSourceStatic = 0Swift
case `static` = 0 -
Object origin is a marker created by the user
Declaration
Objective-C
SPObjectSourceMarker = 1Swift
case marker = 1 -
Object origin is live map data
Declaration
Objective-C
SPObjectSourceLive = 2Swift
case live = 2
SPObjectSource Enumeration Reference