NAXAM / mapbox-xamarin-forms

Mapbox on Xamarin.Forms
Apache License 2.0
73 stars 41 forks source link

Center offset #101

Open jandedek opened 4 years ago

jandedek commented 4 years ago

Hi, is there any way how to set offset for map center when I call map.Center or map.Functions.AnimateCamera? Original mapbox has this feature by using map.flyTo when offset is parameter. This feature is great for car navigation for example when your position is on bottom not on the screen center. Thank you