I am not a developer by trade. I am trying ti implement a forward geocode but really struggling. The advice from this forum is to use the Google API. However, I am running mobile web and have cross origin resource issues using the google API. Further reading shows I need to implement my own server (really not an option for me) or to use the client side google JS API. However, I am not sure how to do this in titanium:
This is what i am using: http://developer.appcelerator.com/question/124826/geolocation-forwardgeocoder-url-is-broken
Has anyone got Google geocode to work on mobile web?
thanks very much!