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?
Hi @ajmastr ,
Pleas try:
BingMaps.GetRoute("TargetLat,TargetLong",Location.Latitude&","&Location.Longitude).travelDistance*0.6214<0.25
Best Regards,
Bof
WarrenBelz
146,524
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,906
Most Valuable Professional