Topic: Geo to screen position

Sorry if this is a lame question, but how would I get the screen position from geo coordinates.

For example, using location services if I add a 3D marker to tileset map where user coordinates are, then (in editor) drag that 3d game object off the  tileset map to root of scene, the X/Y/Z position of that marker is the info I'm interested in. 

Thanks

Re: Geo to screen position

Hello.

OnlineMapsControlBase.GetScreenPosition
http://infinity-code.com/doxygen/online … b35214c35b

Unfortunately I did not understand "for example" part.

Kind Regards,
Infinity Code Team.

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

Re: Geo to screen position

Okay sorry, my bad...

What I really need is the world position of a 3D marker.  something like:

marker3D.gameObject.GetWorldPosition()

Re: Geo to screen position

OnlineMapsControlBaseDynamicMesh.GetWorldPosition
http://infinity-code.com/doxygen/online … 6316068362

or

marker3d.instance.transform.position

Kind Regards,
Infinity Code Team.

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