hello to all
in my project im using the geolocalisation plugin
i would like to know how to do this
when i reach a certain position in google map, how to tell to the app to launch for example a picture "jpg" or a video??
thanks
The position will never be an exact valu , but you could check an area around a position:
You could use is between values and add a lowerbound and an upperbound for both Geolocation.Latitude and Geolocation.Longtitude
how i can compare is between values??
Develop games in your browser. Powerful, performant & highly capable.
the "system is between values" condition should work..