googlemaps / v3-utility-library

Utility libraries for Google Maps JavaScript API v3
Apache License 2.0
1.1k stars 1.3k forks source link

Missing Map Ids functionality #660

Closed dborstelmann closed 4 years ago

dborstelmann commented 4 years ago

https://developers.google.com/maps/documentation/javascript/cloud-based-map-styling#add_map_ids_to_your_bootstrap_request_and_callback_function

I think this library is not updated to take mapIds as a parameter to loader unless I am missing something

jpoehnelt commented 4 years ago

See https://github.com/googlemaps/js-api-loader which is installable via npm i @googlemaps/js-api-loader.

dborstelmann commented 4 years ago

Thanks!