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:
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.
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.
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!