Community
Topic: Xamarin component
Change the GeoMarker Position (SOLVED)
Hey,
Is it possible to change the vertical position of the GeoMarkers?
I've tried changing the position of the MarkerView and/or ImageView but with no luck. My guess is that their position is being constantly set to match the device orientation. Not sure.
I'm trying to give them some vertical space when too close too each other.
Thanks.
Hi,
the augmented reality markers are always added to the same non-editable height, and are drawn in order of proximity to the user, so that the farther is drawn below the others. Marker icons always follow the current orientation of the device, but you can still set a round icon using the MarkerViewAdapter as described in the tutorial.
Best,