sceneform-reactnative icon indicating copy to clipboard operation
sceneform-reactnative copied to clipboard

GeoLocation Based AR

Open NamithaRavy opened this issue 3 years ago • 3 comments

Hi,

I would like to know how to use this library for location marker. I need a 3d model to be anchored at a particular geolocation(lat,long).

NamithaRavy avatar Mar 14 '22 08:03 NamithaRavy

Hi! Well, the current live version only supports label markers for geolocation, but as it's the same approach we have planned it to support models (already tested)

However, the experience is not the best when it comes to models, so I could elaborate an example with better UX:

  • Create an anchor and save it's data to your server, attach to it the coordinates of your anchor.
  • Use a location library to get your own location and compare it with your saved anchors.
  • When your model is on the desired range, anchor/resolve it.

The library update got delayed as we got blocked by technical issues on the iOS part, but we expect to solve them as soon as possible.

If it helps, we can add example of use-cases.

Best regards!

doranteseduardo avatar Mar 14 '22 23:03 doranteseduardo

Is Geospatial API supported by any chance?

MrCsabaToth avatar Jan 13 '23 16:01 MrCsabaToth

Hi! Well, the current live version only supports label markers for geolocation, but as it's the same approach we have planned it to support models (already tested)

However, the experience is not the best when it comes to models, so I could elaborate an example with better UX:

  • Create an anchor and save it's data to your server, attach to it the coordinates of your anchor.
  • Use a location library to get your own location and compare it with your saved anchors.
  • When your model is on the desired range, anchor/resolve it.

The library update got delayed as we got blocked by technical issues on the iOS part, but we expect to solve them as soon as possible.

If it helps, we can add example of use-cases.

Best regards!

can you share a sample project with this implementation please? I am trying to implement this but don't quite understand how to

talha-irshad-kodexo avatar Jan 17 '23 08:01 talha-irshad-kodexo