Support for Google Maps integration / addProtocol API #1133
-
|
Hi team, In the web version, the community package maplibre-google-maps provides this functionality:
Example from web: import { googleProtocol, createGoogleStyle } from 'maplibre-google-maps';
maplibregl.addProtocol('google', googleProtocol);
const map = new maplibregl.Map({
container: 'map',
style: createGoogleStyle('google', 'roadmap', 'YOUR_GOOGLE_KEY'),
});However, in maplibre-react-native, I couldn’t find an equivalent API like My questions:
This feature would be extremely helpful for apps that need to use Google imagery or switch between MapLibre and Google tiles dynamically. Thanks for your great work on the project! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Please use the search before opening new issues/discussions. See #627 for info on google map tiles. For |
Beta Was this translation helpful? Give feedback.
Please use the search before opening new issues/discussions. See #627 for info on google map tiles. For
addProtocolsee #28 (comment).