Actually in the blog post I mentioned about creating map using the Apple Maps. My question here is if I can create map using the Google Maps. (The Rob post is ~4 months old, so I just wanted to make sure if his position is still valid)
If you are on iOS 6.0 or later, using the native.mapView is going to use Apple Maps. If you are using an older iOS or Android you will get Google maps. There is no way around this for our native library. We did a blog post, where on iOS 6 you can reference the Google Maps app if it’s installed using URL Scheme’s. You are calling out to the map app and the focus leaves your app for that app, but you can use it.
Unless Apple adds a way to let apps decide which mapping platform to use, anything calling the iOS map SDK is going to get Apple’s.
Actually in the blog post I mentioned about creating map using the Apple Maps. My question here is if I can create map using the Google Maps. (The Rob post is ~4 months old, so I just wanted to make sure if his position is still valid)
If you are on iOS 6.0 or later, using the native.mapView is going to use Apple Maps. If you are using an older iOS or Android you will get Google maps. There is no way around this for our native library. We did a blog post, where on iOS 6 you can reference the Google Maps app if it’s installed using URL Scheme’s. You are calling out to the map app and the focus leaves your app for that app, but you can use it.
Unless Apple adds a way to let apps decide which mapping platform to use, anything calling the iOS map SDK is going to get Apple’s.