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

Is it possible to resize the custom icon?

Open narender56 opened this issue 2 years ago • 0 comments

map.addMarkers([{
        lat: 53.606050,
        lng: 10.045360,
        title: 'One-line title here',
        subtitle: 'Really really nice location',
        icon: 'https://c.tenor.com/7M_72ZCqZrEAAAAC/taxi.gif',
        selected: false,
        onCalloutTap: function(){console.log("'Nice location' marker callout tapped");}
      }])
image

narender56 avatar Jun 13 '22 10:06 narender56