Start a new topic

GeoLocation based on GSM

GeoLocation based on GSM


Hi,

 I tested wikitude examples and found that whenever my GPS is turned off I can't get any geolocation working (no POI shows up).

 Is there a way to enable geolocation services based on GSM or do we have to have GPS turned on and connected?

 

Thanks,

Mike

Hi,

this is highly platform dependent. What platform are you testing this on and what device are you using?

In general we don't differentiate between a GPS or other means of positioning (Wifi, Cellbased). However any location inaccuracy of course has impact on the visualisation accuracy. Therefore GPS should be preferred has it is the most accurate.

Hi,

I use Android 4.1.2. on Sony Xperia S.

Hi Michal,

The issue you're describing is related to the LocationProvider implementation. You can implement a custom version preferring Netweork positioning or even implement your own indoor location strategy using the available libraries out there (e.g. indoo.rs).
There will be an SDK Update these days. Please have a look at the LocationProvider.java and start debugging / customizing there.

Kind regards,
Andreas
Login or Signup to post a comment