NMFLogoAlign

enum NMFLogoAlign : NSInteger {}

네이버 로고의 위치를 지정하는 열거형.

  • 지도의 좌하단.

    Declaration

    Objective-C

    NMFLogoAlignLeftBottom = 0

    Swift

    case leftBottom = 0
  • 지도의 우하단.

    Declaration

    Objective-C

    NMFLogoAlignRightBottom

    Swift

    case rightBottom = 1
  • 지도의 좌상단.

    Declaration

    Objective-C

    NMFLogoAlignLeftTop

    Swift

    case leftTop = 2
  • 지도의 우상단.

    Declaration

    Objective-C

    NMFLogoAlignRightTop

    Swift

    case rightTop = 3