Map Providers compatible with the Woosmap Store Locators

What are the Map Providers that are compatible with the Woosmap Store Locators ? Is there a difference between Store Locator widget or Store Locator js ?

The Store Locator Widget supports three map providers: Google Maps, Baidu and Woosmap Map. Set the desired maps.provider value from this list.

const storeLocatorConfig = {
    "maps": {
        "provider": "map" // for Woosmap Map or "google" or "baidu"
    }
};

Check the doc here about changing map providers.

Yes, currently, the Store Locator JS Library only supports Google and Baidu, mainly because Woosmap Map has a dedicated Javascript API that lets you build your store locator component.