You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
We support setting a padding to the MyLocationView object via MyLocationViewSettings#setPadding (the settings object can be obtained from mapboxMap.getMyLocationViewSettings()). However, we don't have any examples about usage.
It'd be great if we could add an example about this feature to either the TestApp or the DemoApp.
I've been working on this example showing off how to use getMyLocationViewSettings to set the foreground/accuracy tint color and padding but when setting the value for padding, nothing is changing.
This gif uses a marker to show the current user location (without any padding) and then user location view with a padding of 500 and it doesn't seem to behave any different:
We support setting a padding to the
MyLocationView
object viaMyLocationViewSettings#setPadding
(the settings object can be obtained frommapboxMap.getMyLocationViewSettings()
). However, we don't have any examples about usage.It'd be great if we could add an example about this feature to either the TestApp or the DemoApp.
/cc: @cammace @tobrun
The text was updated successfully, but these errors were encountered: