Reputation: 897
I would like to know about what function or API that should I call when I want to get LongLat from object that I spawned above current display Map ?
To transform from LongLat to Unity location is using Abstract Map GeoToWorldPosition. Now, I want to reverse the number, from Unity location into LongLat.
Thank You
Upvotes: 0
Views: 210
Reputation: 1062
There is a method WorldToGeoPosition(Vector3)
for the abstract map too
Upvotes: 1