[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
EnvironmentThanksOperating System Name = Mac OS X Version = 10.10.5 Architecture = 64bit # CPUs = 4 Memory = 8589934592 Node.js Node.js Version = 0.10.37 npm Version = 1.4.28 Titanium CLI CLI Version = 5.0.5 Titanium SDK SDK Version = 5.0.2.GA SDK Path = /Users/Library/Application Support/Titanium/mobilesdk/osx/5.0.2.GA