Page 3 of 4

Location and route calculation

Posted: Tue Nov 19, 2013 6:06 pm
by Kateryna Grynko

Laura,

Could you please share the app with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a? We would need to test it.


Location and route calculation

Posted: Wed Nov 20, 2013 11:36 am
by Maryna Brodina

Hello! Most likely geolocation service isn't invoked. Please go to App Settings--External resources and change Libraries version 1.1 (don't forget to click Apply)


Location and route calculation

Posted: Wed Nov 20, 2013 12:07 pm
by laura6372139

Hello!

I change Libraries, but on my test computer continuous works, but my phone still does not locate me.
the calculation of the route on the computer test works, but I get on the mobile:

ZERO_RESULTS


Location and route calculation

Posted: Wed Nov 20, 2013 12:16 pm
by laura6372139

Location and route calculation

Posted: Wed Nov 20, 2013 3:02 pm
by Maryna Brodina

As we can see from the screenshot there is a typo. Should be prevar map = Appery("googlemap1");
.../pre instead prevar map = Appery("map");
.../prebecause your component name is googlemap1. "ZERO_RESULTS" error can occure if device while 30 second didn't connect to GPS to define coordinates. To fix it on "Data" tab in Geolocation service parameters specify enableHighAccuracy=false (see the screenshot). After you do this device will define coordinates using Wi-Fi.
Image


Location and route calculation

Posted: Thu Nov 21, 2013 8:45 am
by laura6372139

Thanks for your help!!!!!!!


Location and route calculation

Posted: Thu Apr 23, 2015 6:22 pm
by Alvi

Hi enableHighAccuracy = false did not help in my case , on mobile get ZERO_RESULT but works fine on desktop.
Any other suggestion?


Location and route calculation

Posted: Fri Apr 24, 2015 8:57 am
by Alena Prykhodko

Hello,

Could you please be more specific.
This thread is quite old, clarify what you have tried and what does not work.
What exactly are you willing to achieve?


Location and route calculation

Posted: Fri Apr 24, 2015 1:51 pm
by Alvi

I have a Map page, when use opens the page it shows them there current location on the map , a get directions button , that shows route on the map to a predefined office location.
This works fine on test/emulation but on actual device it shows "ZERO_RESULT", application is basically same as geolocation example on your site.

One solution provided for this error in this post was "enableHighAccuracy = false" for the service, that did not help in my case.

Hope this is clear now.


Location and route calculation

Posted: Mon Apr 27, 2015 11:56 pm
by Yurii Orishchuk

Hi saudalvi,

Please try following geolocation service datasource "before send" mapping:

Details: http://prntscr.com/6yz0oo/direct

Regards.