PanoramaMarkerType
Objective-C
enum PanoramaMarkerType : NSInteger {}
Swift
enum PanoramaMarkerType : Int, @unchecked Sendable
파노라마에 표시되는 마커의 타입
-
Direction. 지정된 pan, tilt 방향에 표시되는 마커
Declaration
Objective-C
PanoramaMarkerTypeDirection
Swift
case direction = 0
-
Position. 지정된 위치에 표시되는 마커. 일정 거리 이상 멀어질경우 표시되지 않는다.
Declaration
Objective-C
PanoramaMarkerTypePosition
Swift
case position = 1