iPhone Google Places API example app (Titanium)

This example Titanium mobile application hooks in to the new Google Places API exposing the public API ’s giving the user live information direct from Google.

Each listing has a details page which has directions to it as well as a phone number which will invoke the phone on selection.

There is also a simple search that allows the user to search for places by a specific category.

==========================
Setup

Set up a new titanium project and then copy this resources directory over the top of your newly created projects resources directory.

Quite Simple really. In order to use this App you will require an API key from Google as well as a google account. Full information can be found on the Google Code site : http://code.google.com/apis/maps/documentation/places/

Once you get the API key you need to open lib/places.class.js and replace
var PLACES _API_KEY = ‘ ’; with your API key.

Download iPhone Google Places API example app (Titanium)

Leave a Reply

Your email address will not be published. Required fields are marked *