geolocation - Tracking geo-location in background every 5 mins interval with Windows Phone 8 -


i want geo-location every 5 mins interval , should run in backgound using windows phone 8 sdk.

i've been thinking use periodic task runs in 20 mins interval not frequent enough. can run more using

scheduledactionservice.launchfortest(periodictaskname, timespan.fromseconds(300));

but think not welcomed when want publish app in market.

then i've checked continuously tracking location doesnt stop using gps sensor unless stop manually.

i'll appreciate guidance lead me achieve goal.

thanks help.

using geolocator:

 geolocator = new geolocator();  geolocator.desiredaccuracy = positionaccuracy.high;  geolocator.reportinterval = 5000; //here can set interval between every location tracked (in milisseconds) 

it works fine me


Comments

Popular posts from this blog

java - Plugin org.apache.maven.plugins:maven-install-plugin:2.4 or one of its dependencies could not be resolved -

Round ImageView Android -

How can I utilize Yahoo Weather API in android -