ForwardGeocoder is not working in Android version

You must Login before you can answer or comment on any questions.

Hey my code is below

Titanium.Geolocation.forwardGeocoder(addr,function(evt)
{
    Ti.API.info('in forward ');
    Titanium.API.info("lat:"+evt.latitude+", long:"+evt.longitude);
});
it is working fine in Iphone but its not working in Android, when i run this code into android, evt.latitude have value nothing. if someone else have solution,then please post it.. Thanks

— asked 2 years ago by sachin thakur
1 Comment
  • Could you please tell us the Ti SDK version and if this is in the emulator and/or on the device.

    — commented 2 years ago by Ben Bahrenburg

Your Answer

This question has been locked and cannot accept new answers.