Codename One app not provide real location
问题 in out app we have a module where you can send time records with GPS location. In 40% of cases we have location problem because the module provides a location which is not real (sometime about 1 km away). When we have this cases we open Google Maps app and it give us perfect location, then again out app and not-real location. For getting the location we use this: Slider s1 = new Slider(); Dialog dlg = makeDialog("HIGH PRECISION LOCATION...", s1, null, 'a'); dlg.addShowListener((ActionListener