Adityo Setyonugroho
Adityo Setyonugroho

Reputation: 897

MapBox map space position into longlat Unity3D

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

Answers (1)

kolodi
kolodi

Reputation: 1062

There is a method WorldToGeoPosition(Vector3) for the abstract map too

Upvotes: 1

Related Questions