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