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 #9147

Merged
merged 6 commits into from
Jun 1, 2017

Commits on May 30, 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 authored and boundsj committed May 30, 2017
    Configuration menu
    Copy the full SHA
    e7b8996 View commit details
    Browse the repository at this point in the history
  2. Rename rotatesWithMap to rotatesToMatchCamera

    Eimantas Vaiciunas authored and boundsj committed May 30, 2017
    Configuration menu
    Copy the full SHA
    b5324f0 View commit details
    Browse the repository at this point in the history
  3. Update documentation

    Eimantas Vaiciunas authored and boundsj committed May 30, 2017
    Configuration menu
    Copy the full SHA
    902589d View commit details
    Browse the repository at this point in the history
  4. Call updateRotateTransform in setCenter

    Eimantas Vaiciunas authored and boundsj committed May 30, 2017
    Configuration menu
    Copy the full SHA
    c1b81a6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    75d54d4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ef1372e View commit details
    Browse the repository at this point in the history