Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google MAP iOS Satellite view is too cloudy now

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: New

Old: 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?

like image 578
ACP Avatar asked Dec 11 '13 12:12

ACP


People also ask

Why is Google Maps blurry now?

If you're looking at a place on Google Maps that appears blurry or outdated, chances are the images aren't high-quality images or that they were taken months or years before. Google says that images are, on average, one to three years old and show you an image from 800 feet to 1500 feet above the ground.

How do I change satellite view in Google Maps iOS?

Things work a little differently in Google Maps for the iPhone and iPad. Open the app and tap the layers button in the top-right corner. Next, select “Satellite” from the “Map Type” section of the menu. That's it!

Why are there clouds on Google Maps?

Animated Clouds shows you the last 24 hours of cloud movement on Google Earth. The data is updated every hour, or when new data is available.

How long does it take for Google Maps to update satellite view?

Typically, Google's satellite image database updates constantly – 24 hours a day, 7 days a week. However, you won't usually see live changes or updates reflect on a regular basis. There may be a delay of months, or often times, years before the satellite images reflect exactly what the location looks like in reality.


1 Answers

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.

like image 52
Stephen Johnson Avatar answered Oct 26 '22 23:10

Stephen Johnson