[AC-1188] reverseGeocoder swap longitude with latitude
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Resolved |
Resolution | Cannot Reproduce |
Resolution Date | 2015-11-05T08:35:41.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | n/a |
Reporter | Michael Bahl |
Assignee | Shak Hossain |
Created | 2015-10-31T13:08:27.000+0000 |
Updated | 2016-03-08T07:37:33.000+0000 |
Description
reverseGeocoder swap longitude with latitude
Titanium.Geolocation.reverseGeocoder( latitude, longitude, function(reverseGeocode){
if(reverseGeocode.success){
Ti.API.info("reverseGeocode.places.longitude: " + reverseGeocode.places.longitude); //latitude value
Ti.API.info("reverseGeocode.places.latitude: " + reverseGeocode.places.longitude); //longitude value
}
});
Longitude varivalbe should contain longitude value and
latitude variable should contain longitude value.
Hi , I tested the issue . I can't reproduce it .It looks like the feature "reverseGeocoder" in Appcelerator Studio is working fine for me on iOS. Log
Environment
Thanks