react-baidu-maps
react-baidu-maps copied to clipboard
Custom Marker
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 ?
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}}}
/>