niteshmourya / app-inventor-for-android

Automatically exported from code.google.com/p/app-inventor-for-android
Apache License 2.0
1 stars 0 forks source link

Google Maps component (latitude and longitude) #116

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The longitude and latitude in the Google Maps component are given separated by 
a comma (0,5938 x 0,5688) but the German Google Maps needs the longitudes and 
latitudes separated by a dot (0.5938 x 0.5688). The tutorial "Droid, where is 
my car" didn´t work. The component passes the values always with commas.

Original issue reported on code.google.com by white.ey...@gmail.com on 17 Sep 2010 at 10:15

GoogleCodeExporter commented 9 years ago

Original comment by ma...@google.com on 28 Oct 2010 at 7:49

GoogleCodeExporter commented 9 years ago
Issue 912 reports the same.

Original comment by alex.vanderlinden on 18 Dec 2010 at 3:48

GoogleCodeExporter commented 9 years ago
Issue 393 reports the same as well.

Original comment by alex.vanderlinden on 18 Dec 2010 at 4:10

GoogleCodeExporter commented 9 years ago
The following languages are reported to fail (= return a comma instead of a 
dot):
Bahase Indonesia, Deutsch (Österreich), Deutsch (Deutschland), Espanol 
(Argentina), Francais (France), Dansk, Nederlands (Nederland)

Original comment by alex.vanderlinden on 18 Dec 2010 at 4:21

GoogleCodeExporter commented 9 years ago
Seems to me that the location component in App Inventor is returning a 
correctly formatted result based on the phone's locale.  It is the Google Maps 
side that needs to be locale aware.  Should not "fix" the problem by changing 
yet another program to not follow the standards for locale formatting. Just one 
guy's opinoin

Original comment by RCope...@gmail.com on 18 Dec 2010 at 5:21

GoogleCodeExporter commented 9 years ago
Accelerometer sensor have same problem, but its indication have dot and comma 
together for metric measurement system locale!
See Issue 1151.

Original comment by dmitry.i...@gmail.com on 27 Jan 2011 at 8:20

GoogleCodeExporter commented 9 years ago
I have realized the same problem in my Galaxy S in Sweden. I use 'Format as 
decimal' in Block Editor to overcome the problem.

Original comment by jonsson....@gmail.com on 15 Feb 2011 at 10:29

GoogleCodeExporter commented 9 years ago
Issue 912 has been merged into this issue.

Original comment by th3inde...@gmail.com on 10 Mar 2012 at 9:30

GoogleCodeExporter commented 9 years ago
Issue 393 has been merged into this issue.

Original comment by th3inde...@gmail.com on 10 Mar 2012 at 9:30

GoogleCodeExporter commented 9 years ago
using the "replace all" component can help with this issue :)

Original comment by Vasc...@googlemail.com on 28 Aug 2013 at 12:12

Attachments: