hansemannn / titanium-googlemaps

🗺 Use the Google Maps SDK in Titanium

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No map details actually showing

oakleaf opened this issue · comments

Hello, awesome module. I have pasted everything into my app.js, followed the whole guide, pasted our API Key (Which works in the browser, I created a new one and restricted it to this app).

The mapview shows up, polylines too. But nothing shows on the actual map. I mean, there's no map. Just a beige background with polylines.

Since no error messages are showing, I have no clue how to debug.

I use the latest version of the module (3.8) together with latest Ti SDK 6.1.2 and with iOS SDK 10.3.

Any idea how I can debug this?

Thanks!

You have to specify a valid API-key that is linked to your app. After whitelisting your app, it will render correctly.

My bad, you were right. I had just enabled the Javascript Google Maps SDK, I needed to allow/enable the iOS SDK as well (ofcourse..)

Thanks for an awesome module!