Xamarin.iOS port of ARKit-CoreLocation.
ARKit-CoreLocation combines the high accuracy of AR with the scale of GPS data.
Use the build.cake
script to build. You can execute it via one of the bootstrappers (build.sh
on mac or build.ps1
on windows):
Mac:
sh build.sh --target build
Windows:
powershell build.ps1 -Target build