Need Help Marker Text/Icon Overlapping Issue #1388
Unanswered
singhamritpal49
asked this question in
Q&A
Replies: 1 comment
-
Hey, did you succeed ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
($ Marker {:key index
:latitude (:Latitude location-single)
:longitude (:Longitude location-single)
:icon location -icon
:iconAllowOverlap true,
:textAllowOverlap false,
:textOptional true,
:offsetTop -40
:offsetLeft -20}
:data-place-id (:locationId location-single)}
(d/span {:class "text-fs-12"} (:Name location))
(d/img {:src location-icon :style {:width "40px" :height "40px" :margin "0 auto" :textAllowOverlap false :textOptional true }})
Beta Was this translation helpful? Give feedback.
All reactions