Aiming AR allows you to search for an address and view its location using augmented reality (AR). Once an address is selected, the app opens an AR view and renders a rooftop anchor over the specified coordinates. Useful for wireless radio technicians for aiming line of sight radios.
We use Google AR core to render the pin in AR. There seems to be a distance limitation with Google that prevents rendering objects that are further away.
If you want to build a web app that deep links into this AR app and automatically places the pin over a specific lat lng, you can do that and pass in a lat lng like this:
iOS
aimingar://?lat=123&lng=456
Android
https://welink-nms.com/ar?lat=123&lng=456