In the app that I am creating, I would like to start an event once a user reaches a certain address. Currently, I am utilizing
BingMaps.GetLocationByPoint(Location.Latitude, Location.Longitude).name
to check the user's current location. I will have this run every 30 seconds or so until the user reaches the destination address. However, due to BingMaps being slightly off, I would like it to trigger once the user reaches a 0.25 mile radius of the destination address.
How would I go about implementing this?


Report
All responses (
Answers (