react-baidu-maps icon indicating copy to clipboard operation
react-baidu-maps copied to clipboard

Custom Marker

Open ps-aleksandar-mikic opened this issue 3 years ago • 1 comments

Hello, thank you for creating this package, it really helps with Baidu Maps. I could not find information is it possible to use SVG or font icon as a marker icon ?

ps-aleksandar-mikic avatar Oct 26 '21 10:10 ps-aleksandar-mikic

Yes, just pass your url to the imageUrl prop.

<Marker
    position={{lng: 116.380985, lat: 39.905914}}
    icon={{imageUrl: 'https://xxx.svg', size: {width: 300, height: 171}}}
/>

terence55 avatar Aug 02 '23 05:08 terence55