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
I have given these arguments, markers and dragMarkers, points with the same latitude and longitude, but in the actual display, the two points are displayed misaligned as shown in the figure.
(The blue icon is element of markers and the purple icon is element of dragMarkers.)
I thought about adjusting the offset of dragMarker to correct the misalignment, but this parameter does not seem to work (i.e., changing the offset value from (0, 0) to (10, 10), for example, does not change the position of the icon).
Is this a bug in the library? Or is there any way to deal with this?
Now I'm using version ^6.0.0.
The text was updated successfully, but these errors were encountered:
I use two layers,
MarkerLayer
offlutter_map
andDragMarkers
offlutter_map_dragmarker
, as shown in the code below.I have given these arguments,
markers
anddragMarkers
, points with the same latitude and longitude, but in the actual display, the two points are displayed misaligned as shown in the figure.(The blue icon is element of
markers
and the purple icon is element ofdragMarkers
.)I thought about adjusting the
offset
ofdragMarker
to correct the misalignment, but this parameter does not seem to work (i.e., changing theoffset
value from(0, 0)
to(10, 10)
, for example, does not change the position of the icon).Is this a bug in the library? Or is there any way to deal with this?
Now I'm using version
^6.0.0
.The text was updated successfully, but these errors were encountered: