DanijelHuis / HDAugmentedReality

Augmented Reality component for iOS, written in Swift.
MIT License
480 stars 97 forks source link

How do I set map view to be more zoomed in? #24

Closed mbisaga closed 7 years ago

mbisaga commented 7 years ago

I'd like to have the map view automatically pull up at the user's location, zoomed into a city-wide perspective. Thanks for the great project! It's quite a masterpiece.

mbisaga commented 7 years ago

Figured it out. Ended adding some code to the function: open override func viewDidAppear(_ animated: Bool) Thanks!