I'm creating business app which is using mapView for almost all functions. Now I'm considering, is it ok to use two mapView in one app?
To be more specific - I've created mapView and I've made some creations (like annotations etc.). Is it ok to create another mapView in modal view just to present some other function? Is some best practice to multiple using mapView? Should I consider using only one mapView?
Thanks for your help.