vue-mapbox icon indicating copy to clipboard operation
vue-mapbox copied to clipboard

Support LngLat object in Marker coordinates

Open iBobik opened this issue 5 years ago • 2 comments

Current coordinates props supports only array, but LngLat works also, but is not allowed by the type check:

[Vue warn]: Invalid prop: type check failed for prop "coordinates". Expected Array, got Object found in ---> <MapMarker>

iBobik avatar Apr 25 '20 00:04 iBobik

Yep, i`m trying to center markers, and always get this warn, is annoying,

richardfeliciano avatar May 03 '20 22:05 richardfeliciano

I also have this issue.

danimalweb avatar Oct 16 '21 17:10 danimalweb