1 (edited by cgraider 2016-12-22 09:54:41)

Topic: Long/lat to X Y coordinate

hello

i wanted to create a pin(or gameobject) at a Long/lat and update the Gameobject position when Long/lat changes from other APIs(at runtime)/
for example GPS location.
is that possible ? and how?

Re: Long/lat to X Y coordinate

Hello.

In RWT v2.x you can convert geographic coordinates to Unity World Position using RealWorldTerrainExtLookLatLon.GetRealWorldPoint.

Kind Regards,
Infinity Code Team.

Boost your productivity a lot and immediately using Ultimate Editor Enhancer. Trial and non-commerce versions available.

Re: Long/lat to X Y coordinate

wow that was fast . thanks