Titanium JIRA Archive
Appcelerator Community (AC)

[AC-1188] reverseGeocoder swap longitude with latitude

GitHub Issuen/a
TypeBug
Priorityn/a
StatusResolved
ResolutionCannot Reproduce
Resolution Date2015-11-05T08:35:41.000+0000
Affected Version/sn/a
Fix Version/sn/a
Componentsn/a
Labelsn/a
ReporterMichael Bahl
AssigneeShak Hossain
Created2015-10-31T13:08:27.000+0000
Updated2016-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.

Comments

  1. Aminul Islam 2015-11-03

    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
       [INFO] :   Latitude:23.802034378051758
       [INFO] :   Longitude : 90.36141967773438
       
    Environment
       Operating 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
       
    Thanks

JSON Source