wrld3d / unity-api

Issue tracking for the WRLD Unity SDK
28 stars 8 forks source link

Allow positioning of screen-space view on map #77

Closed jonty-dawson closed 5 years ago

jonty-dawson commented 6 years ago

It would be useful to add a API support and example to demonstrate how to position a Unity UI element (or even screen-space debug marker) to be aligned to a geographic location via Positioners: https://docs.wrld3d.com/unity/latest/docs/types/Wrld.Space.Positioners.Positioner/

Example might be similar to eg WRLD Android Java SDK: https://wrld3d.com/android/latest/docs/examples/position-code-created-view-on-map/

This would allow developers to add Marker-like functionality, see #18

jonty-dawson commented 5 years ago

Closing during sweep. Example is here: https://wrld3d.com/unity/latest/docs/examples/place-view-on-map/