location-based-AR-app
location-based-AR-app copied to clipboard
How add object in given coordinate
As I understand it, in this project, the coordinates are used only for the compass.
Is it possible to put an object in coordinates like in this example: https://github.com/ProjectDent/ARKit-CoreLocation/blob/master/giphy-1.gif
u r right partially. the coordinates are used for the compass but in the other side, its used for the check image. i cant remember clearly ,i made this example long time ago but i guess i added a control like that; if you aren't near of to target location, image(target pattern) detection function doesnt check. i mean it shouldn't check unnecessary. i will check code again and write clear answer
I need this, how can I add object by point like this : https://github.com/ProjectDent/ARKit-CoreLocation/blob/master/giphy-1.gif
Hi everyone, I also need this feature, and also is possible to integrate part of the code with ar_flutter_plugin?