in amazon-location-helpers/index.js [91:98]
async function createMap(config, options, mapgl) {
const transformRequest = await createRequestTransformer(config);
return new (mapgl || maplibregl || mapboxgl).Map({
...options,
transformRequest,
});
}