Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce MapboxMap #280

Merged
merged 4 commits into from
Apr 21, 2021
Merged

Introduce MapboxMap #280

merged 4 commits into from
Apr 21, 2021

Commits on Apr 20, 2021

  1. Introduce MapboxMap

    - BaseMapView's `__map` property has been removed
    - BaseMapView has a new `mapboxMap` property
    - Conversion initializers between Size and CGSize have been added
    - MapboxMap is introduced. It creates and owns the Map
    - MapboxMap exposes internal conveniences for `size`, `cameraOptions`,
      and `updateCamera(with:)`
    macdrevx committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    f339e56 View commit details
    Browse the repository at this point in the history
  2. Update changelog

    macdrevx committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    071620a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a1948d View commit details
    Browse the repository at this point in the history
  4. Add tests for MapboxMap

    macdrevx committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    d2435f1 View commit details
    Browse the repository at this point in the history