platform/shared/qt/rhodes/impl/GeoLocationImpl.cpp in rhodes-3.1.1 vs platform/shared/qt/rhodes/impl/GeoLocationImpl.cpp in rhodes-3.2.0.beta.1

- old
+ new

@@ -38,9 +38,15 @@ { //TODO: rho_geo_longitude return 0.0; } +float rho_geo_accuracy() +{ + //TODO: rho_geo_accuracy + return 0.0; +} + int rho_geo_known_position() { //TODO: rho_geo_known_position return 0; }