You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add MapActivity to track what MapView is being used for. (#81)
* Use self.init instead of setting member variables directly.
- This way if the initializer should change, it will be a little more obvious for this client when re-building.
* Add MapActivity to track what MapView is being used for.
- Typically in an application, there is one MNMapView. When using CarPlay, there are two. This helps debugging the scenario so that two views can be distinguished from each other when debugging.
- It sets the `UIView.tag` property of the `MLNMapView` to the enum's rawValue. It also exists in its enumerated type elsewhere.
Depends upon #80
---------
Co-authored-by: Ian Wagner <[email protected]>
0 commit comments