xamarin.forms - Show map pin on side of mapview when pin out of bounds -
we have requirement drop pins on map, , requirement show pin on side of mapview when out of bounds, , pin should move along border of mapview when panning show direction pin located.
we have implemented kind of this, involves moving pin each time map moves simulated location based on current bounds of map, , not performant.
anyone seen implementation of this, or suggest alternate options moving pin on pan event?
using google maps control in xamarin.forms app.
Comments
Post a Comment