Skip to content

feat: pass place markerColor in useMarkerIcon

Marta Fernandez requested to merge feature/use-places-marker-color into dev

This branch is rebased with feature/get-marker_style-from-backend

And includes those changes:

  • created an auxiliary function to render the Marker as a string
  • updated Places type with the markerColor
  • in useMarkerIcon: check if a color is passed and use that color to create the html of the marker

Merge request reports