Hello everyone!
I'm developing MapConductor, an open-source abstraction layer for multiple map SDKs, and I've recently added support for Google Maps API.
The idea is simple: you can write your map code using the MapConductor API, and the same code can work with Google Maps as well as other map SDKs.
MapConductor is not intended to wrap every feature of Google Maps.
Instead, it provides a simple common API for frequently used map features.
If you need Google Maps-specific functionality,
you can still access the original Google Maps instance through:
mapState.getMapViewHolder().map
The project is completely open source under the Apache License 2.0, and there is no fee to use it.
You can try the demo here:
https://demo-react.mapconductor.com/google-maps/map/ja
I'd really appreciate any feedback from Google Maps developers
— especially if you find something that doesn't work as expected
or have ideas for improving the Google Maps support.
Thank you!