Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google Maps not working on iPhone simulator

I've implemented the "Getting the Google Maps SDK for iOS" step by step

finally the simulator running ok no errors found but the map has no details except the marker.

As showing in the picture:

Screnshot of simulator

Also the output on the bottom has this message:

2012-12-23 01:06:59.869 GogleMap[3680:c07] GMSZoomTableQuadTree lacks root zoom table for >tile type (mapType: 10) 2012-12-23 01:07:00.042 GogleMap[3680:1b03] Google Maps SDK for iOS version: 1.0.1.1154 2012-12-23 01:07:00.375 GogleMap[3680:c07] ClientParametersRequest failed, 3 attempts >remaining. Error Domain=DASHConnectionError Code=100 "The operation couldn’t be completed. (DASHConnectionError error 100.)"

Help please and thanks in advance.

like image 547
Aj-Ksa Avatar asked Dec 22 '12 22:12

Aj-Ksa


People also ask

Why is my Google map not working on my iPhone?

You may need to update your Google Maps app, connect to a stronger Wi-Fi signal, recalibrate the app, or check your location services. You can also reinstall the Google Maps app if it isn't working, or simply restart your iPhone or Android phone. Visit Business Insider's homepage for more stories.

How do I enable location services on iPhone simulator?

For simulating location, goto your Target → Edit scheme . Then under the Run scheme, select options tab. As you can see in the image below, the Allow location simulation checkbox should be enabled. Then you can choose a default location from the drop down.

How do I force Google Maps on my iPhone?

Configuring Gmail on iPhone to Use Google MapsScroll down to the bottom of the menu and tap Settings. On the Settings screen, tap the Default apps option. Under the Navigate from your location and the Navigate between location sections, tap to select Google Maps.


1 Answers

Solved: I think we've all skipped a small but very important step in the process.

To get started, enable the Google Maps SDK for iOS service in the Google APIs Console alongside other Google APIs.

enter image description here

Once you enable GoogleMap SDK for iOS in the Google APIs Console, your app will correctly load the tiles on the next run. Good luck!

like image 189
iksnae Avatar answered Oct 13 '22 12:10

iksnae