Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Make annotation view rotation alignment configurable #8308

Closed
wants to merge 4 commits into from
Closed

Make annotation view rotation alignment configurable #8308

wants to merge 4 commits into from

Commits on Mar 8, 2017

  1. Implement rotatesWithMap

    This commit adds `rotatesWithMap` property on `MGLAnnotationView`. This
    property, when set to `YES` fixes the annotation to a map such that view
    follows map's rotation angle. This is useful when user wants to display
    rotation-dependent annotations (e.g. sector lights).
    
    Defaults to `NO`. Encoded.
    Eimantas Vaiciunas committed Mar 8, 2017
    Configuration menu
    Copy the full SHA
    d1cd034 View commit details
    Browse the repository at this point in the history
  2. Rename rotatesWithMap to rotatesToMatchCamera

    Eimantas Vaiciunas committed Mar 8, 2017
    Configuration menu
    Copy the full SHA
    1e64874 View commit details
    Browse the repository at this point in the history
  3. Update documentation

    Eimantas Vaiciunas committed Mar 8, 2017
    Configuration menu
    Copy the full SHA
    a4e7139 View commit details
    Browse the repository at this point in the history
  4. Call updateRotateTransform in setCenter

    Eimantas Vaiciunas committed Mar 8, 2017
    Configuration menu
    Copy the full SHA
    f3e1699 View commit details
    Browse the repository at this point in the history