Reputation: 233
I have been working on one application since last one year which which make use of Google MAP iOS SDK. Application provide user with flexibility to switch between Satellite view and Normal view. Everything was working fine till 2 days before, suddenly I observed tile images in case of Satellite view are too cloudy and Satellite view looks too bad now.
Our application is showing Satellite view of "st barthelemy" island. Below are the satellite view of Island which does not look good anymore and my client app sale is affected because of this ;(
New:
Old:
I have following question:
Is there way to request old version of google map tiles? Google Earth seems to have such flexibility where we can specify the tile db date.
Does google map ios SDK support Network links? I have identified one other workaround to suppress this cloudy image by overriding with custom KML which make use of Network Links. But this Google MAP iOS SDK does not seems to support Network Links.
How frequently google update their tile database? So that we wait for their next tile update ;(
Is there direct forum where we can raise a concern for this?
Upvotes: 7
Views: 979
Reputation: 5121
This isn't exactly what you are looking for, but MapBox (https://www.mapbox.com) has really nice Satellite maps that don't have clouds. They have an iOS SDK you can plug into your app. I am not sure if that will work for you or not. I use them for my app and I really like it.
Upvotes: 1