Community Questions & Answers

Google Maps API Key Linking

I am currently receiving a beige view for my MapView as shown here: ![Beige Mapview](http://i.stack.imgur.com/3R8aQ.png) I believe this is caused by a mismatch of API keys on the Google and Titanium side of development. I am currently using the...

Map with Google Json

I hope this helps every one ~~~ var win = Ti.UI.createWindow({ title: 'Map Google' }); var address = Ti.UI.createTextField({ hintText: 'Your Address', top: 60, width: 400, left: 10 }); var ok = Ti.UI.createButton({ title: 'Show Map', top:...

Geocoder example app returning status 610

Hi, I want to use google to geocode against, as the example geocoder app does but it it's no longer working for me. Instead it simply returns: ~~~ json: { Status = { code = 610; request = geocode; }; } ~~~ From...

Google OAuth

I would implement OAuth mechanism to logon with Google and Facebook I saw in the API there is a specific API group for Facebook but I would use a more general approch that allow to use Google and other provider. Do exist any tutorial using alloy and...

Login with Google Account?

I've looked for a module and the forums and didnt really see anything, but does anyone have a code sample as to how I could login to an app with Google? I have a client that is all Google, and would like to use that login system with the app. Thanks

Google G+ integration

In my app I want to enable the users to login through any of Facebook, G+, Twitter or Yahoo. I know that there is a Titanium.Facebook API with which I can integrate to Facebook. How can I achieve similar integration for Google, Twitter and Yahoo? Thanks

Geocoding in iOS6

Hello, There was(is?) a problem with Titanium geocoder -- it would hit Google's daily limit since ultimately Titanium uses one account for all devs (or something like this, not sure exactly how it works). This was easily solved by directly using...

google map + JSON

Hello, I would like to know if it's possible to take information for a position (lat, long) with the google api. Exemple, if a guy is on this place, to know what he can do arround this place. Like do foursquare, where they take the information from ?...

Using Google Places API

Has anyone used the Google Places API in an app? I'm working on an app that will use it but haven't receive an api key for. I've filled out the form at http://gmaps-ws-console.appspot.com/. Will they send one for Places or do you using the same key you...

Google Maps API key to expensive!!!

OK I don't get it. iOS and Android offers maps to developers but they both use Google Maps which you have to pay if daily usage goes over 25,000 limit. This way you could charge if you use compass or camera on app, it doesn't make sense. Wouldn't it be...

Google logo in map view

Hi I got my app rejected today because the google branding wasn't included in map view. Do I have to add it on my own as an image view over the map or is there something I didn't do well? Thanks for your answers

Native Map Annotiate

Hi there, i just want to put an annotiation to native map app in iPhone, i am using ~~~ Ti.Platform.openURL("http://maps.google.com/maps?q="); ~~~ but couldn't put an annotiation to map? :(

Accessing Google Reader

Hi, An Android newbie here. A simple question, not sure how complex the solution will be. What would be the best way to access Google Reader through Titanium? I think It would include at least two parts - accessing the Google Account and somehow...

Demo mobile app: Google weather API

This is a sample mobile app that I wrote to retrieve Google's undocumented and unsupported international weather API. It's still very rough. You can find it here on [GitHub](https://github.com/bob-sims/GWeather). Change the value of the wx_location...

Showing 1-50 of 101 1 2 3