MarkerOrientation

enum MarkerOrientation {}

حالت‌های مختلف نمایش Marker ‌و Label

  • المان همیشه رو به دوربین ترسیم می‌شود.

    Declaration

    Objective-C

    FACE_CAMERA

    Swift

    case FACE_CAMERA = 0
  • Billboard lies parallel to the ground and rotates around it’s anchor point to face the camera. SetRotation can be used to offset the final angle of the billboard.

    Declaration

    Objective-C

    FACE_CAMERA_GROUND

    Swift

    case FACE_CAMERA_GROUND = 1
  • المان به صورت خوابیده بر روی زمین ترسیم می شود.

    Declaration

    Objective-C

    GROUND

    Swift

    case GROUND = 2