Hi!
I build app which is uses Apple Map Kit. All works fine. But some of my customers would have maps from Google. What is the best way:
1. Build another app ("fork") with Google map kit.
2. Modify current app by adding Google map functionality with toggle switch (Apple Map/Google Map). No problem to do this for me, i have protocol oriented application with possibility to change one map kit to another( i though about map replacement at design time).
But it seems for me(but i dont sure ) that i could get troubles with Google license agreement. Google agreements doesnt allow use Google map with other Maps in one app in some cases.
What do you thinl about this ? Is it allowed to have 2 map kits in one IOS apps ? Whicj way is the best ?
Thanks, Pavel