Location sensor problem

blocks

what’s wrong in this i want to check location.

The latitude will most probably never be exactly 33.9858… use a range, for example:

if latitude < 33.9860 and latitude > 33.9856
Then…

Taifun

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.