Page 1 of 1

How can i determine if the location services has finished processing?

Posted: Sun Apr 07, 2013 4:58 am
by jimmy vu

How can i determine if the phones location service work or failed or is in updating state?


How can i determine if the location services has finished processing?

Posted: Sun Apr 07, 2013 5:10 am
by jimmy vu

For example

if (location services is complete){

run this code
}
else
{
run this code
}


How can i determine if the location services has finished processing?

Posted: Sun Apr 07, 2013 3:02 pm
by jimmy vu

is anyone there or not? this medium is not working for tech support. Is this blog thing back to "not" replying? And please when you do, don't reply to this statement, I mean live up to your words Max, is my point here. If you don't do this type of support tell me, don't have me hanging all damn day.

Or i won't reply on you and move on and find a service that replies for crying out loud.

"Tiggzi employees are here to help." = Where? China?


How can i determine if the location services has finished processing?

Posted: Sun Apr 07, 2013 5:12 pm
by maxkatz

The Geolocation service has three callbacks that you can use to determine whether the service finished successfully or not: Success, Fail, Complete.

http://docs.tiggzi.com/documentation/...


How can i determine if the location services has finished processing?

Posted: Sun Apr 07, 2013 6:34 pm
by jimmy vu

Thank you.