# Triggering(?) different waypoints

**URL:** https://community.nianticspatial.com/t/triggering-different-waypoints/3962
**Category:** I'm Stuck
**Created:** [November 1, 2023, 5:24pm UTC](https://community.nianticspatial.com/t/triggering-different-waypoints/3962 "2023-11-01T17:24:36Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Gavin\_Prior](https://avatars.discourse-cdn.com/v4/letter/g/6de8d8/32.png) [@Gavin\_Prior](https://community.nianticspatial.com/u/Gavin_Prior)
#### Post date: [November 1, 2023, 5:24pm UTC](https://community.nianticspatial.com/t/triggering-different-waypoints/3962/1 "2023-11-01T17:24:36Z")

</div>

Hi All

I have multiple waypoints that are buit into my app. I assumed (wrongly I suppose) that Auto Tracking in the AR Location Manager would take care of switching between the different waypoints when you pointed the camera at them.

I am wondering then if it’s a simple case of having a bit of code to check where you are and turn on/off the local waypoint or do I need to implement Maps at this point???

Are there any tutorials you could point me to? I couldn’t find anything specific in the 3.0 documentation (unless I’m looking in the wrong place).

Thanks for your help.

---

<div class="post-metadata">

### Author: ![Merijn\_Kersten](https://sea2.discourse-cdn.com/niantic/user_avatar/community.nianticspatial.com/merijn_kersten/32/1277_2.png) [@Merijn\_Kersten](https://community.nianticspatial.com/u/Merijn_Kersten)
#### Post date: [November 2, 2023, 12:49pm UTC](https://community.nianticspatial.com/t/triggering-different-waypoints/3962/2 "2023-11-02T12:49:23Z")

</div>

In the ARDK 3.0 samples you can look for the shared vps example. This shows you how to load wayspots in a given area, you could use that to find the wayspot that’s closest to you and start tracking that one. Or turn on wayspots that are within a given range like you’re trying to do.

---

<div class="post-metadata">

### Author: ![Maverick\_Niantic](https://avatars.discourse-cdn.com/v4/letter/m/8edcca/32.png) [@Maverick\_Niantic](https://community.nianticspatial.com/u/Maverick_Niantic)
#### Post date: [November 6, 2023, 9:57pm UTC](https://community.nianticspatial.com/t/triggering-different-waypoints/3962/3 "2023-11-06T21:57:30Z")

</div>

Hi Gavin,

I believe what you’re looking for is information related to localizing against a Wayspot. Check out our Localizing with VPS ([https://lightship.dev/docs/archive/ardk/vps/vps\_localization.html](https://lightship.dev/docs/archive/ardk/vps/vps_localization.html)) and Creating Location AR Experiences with VPS tutorials ([https://lightship.dev/docs/ardk/features/lightship\_vps/](https://lightship.dev/docs/ardk/features/lightship_vps/)).

Kind Regards,  
Maverick L.

---

<div class="post-metadata">

### Author: ![Gavin\_Prior](https://avatars.discourse-cdn.com/v4/letter/g/6de8d8/32.png) [@Gavin\_Prior](https://community.nianticspatial.com/u/Gavin_Prior)
#### Post date: [November 7, 2023, 3:46pm UTC](https://community.nianticspatial.com/t/triggering-different-waypoints/3962/4 "2023-11-07T15:46:24Z")

</div>

Thank you. Lots to wrap my head around 🙂

---

<div class="post-metadata">

### Author: ![Maverick\_Niantic](https://avatars.discourse-cdn.com/v4/letter/m/8edcca/32.png) [@Maverick\_Niantic](https://community.nianticspatial.com/u/Maverick_Niantic)
#### Post date: [March 5, 2026, 11:44pm UTC](https://community.nianticspatial.com/t/triggering-different-waypoints/3962/5 "2026-03-05T23:44:40Z")

</div>

Age
