You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi ,
Thanks for your lovely library , Could you please suggest how to change the cross icon in the control to magnify glass. I tried to use reset button but that didn't work.
const searchControl = new GeoSearchControl({
style: 'bar',
searchLabel: "Search",
resetButton: mdiMagnify,
provider: new OpenStreetMapProvider ({
showMarker: true
}),
});
The text was updated successfully, but these errors were encountered:
Hi ,
Thanks for your lovely library , Could you please suggest how to change the cross icon in the control to magnify glass. I tried to use reset button but that didn't work.
The text was updated successfully, but these errors were encountered: