wrld3d / unity-api

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

Add api to perform map feature picking #98

Closed jonty-dawson closed 3 years ago

jonty-dawson commented 5 years ago

It would be desirable to be able to perform raycast against map features, similar to Android api. See docs here: https://docs.wrld3d.com/android/latest/docs/api/EegeoMap/ pickFeatureAtScreenPoint pickFeatureAtLatLng

And api implementation: https://github.com/wrld3d/android-api/blob/9f2d4cdc23a245a93ca6e32b6bb1cb19c32ca4d6/sdk/src/main/java/com/eegeo/mapapi/EegeoMap.java#L755

ghost commented 3 years ago

Tracked internally: WRLD-333