mapbox / react-native-mapbox-ar

Location based augmented reality components using React Native, Viro and Mapbox
MIT License
225 stars 46 forks source link

Location based #15

Open loic-lopez opened 6 years ago

loic-lopez commented 6 years ago

Hi,

“Working with Mapbox’s new React Native AR SDK gave us a great toolkit to experiment with showcasing our POIs in a location-based AR experience, and explore the future of what POIs could look like.” -Peter Krasniqi, VP Global Enterprise & Business Development, Foursquare

This article: blog.mapbox.com/introducing-native-ar says which is possible to display a POI (point of interest) using your SDK Mapbox ar.

We are creating currently a mobile application of travelling and we want to purpose to see a leisure activities from the camera in AR.

For this, we have a latitude and a longitude of a point of interest like a restaurant and we would like to display the POI in our app like in the article.

Is it really possible to achieve this with react-native-mapbox-ar?

Do you provide a sample for location-based AR experience?

The conversion lng/lat into xyz and rotation is auto generated by your SDK?

If it's not, do you have another tool for this?

Thanks you so much for your answer.

nitaliano commented 6 years ago

@loic-lopez we do have an internal branch that we have been using to create POI demos that we will be working on merging into master.

If you need any guidance with the mathematics and what libraries you can use to accomplish this on your own please feel free to ping me in https://gitter.im/react-native-mapbox-gl and I can help point you in the right direction.

I'll leave this ticket open for now incase others have this same question.

julienkessels commented 6 years ago

Hello ! Any ETA for POI in here? @nitaliano

hunterua commented 5 years ago

Hi! Any news on this? Looking for the similar solution - display POI label over the place in AR mode

vaishnavivisweswaraiah commented 5 years ago

Hello ! Looking for similar solution .Any updates on this location based AR experience ?

nhatvuminh commented 3 years ago

@nitaliano

@loic-lopez we do have an internal branch that we have been using to create POI demos that we will be working on merging into master.

If you need any guidance with the mathematics and what libraries you can use to accomplish this on your own please feel free to ping me in https://gitter.im/react-native-mapbox-gl and I can help point you in the right direction.

I'll leave this ticket open for now incase others have this same question.

Can you show me how to convert from longitude coordinates, latitude to XYZ coordinates on Viro AR?