reggie3 / react-native-webview-leaflet

A Webview based Leaflet Component for React Native
219 stars 125 forks source link

Is there a way to render Google Maps in react-native-webview-leaflet #96

Closed alex-yatseyko closed 4 years ago

alex-yatseyko commented 4 years ago

I want to render Google Maps in react-native-webview-leaflet. Is there some way to do this? I worked only with OpenStreerMaps and HereMaps

aristech commented 4 years ago

try this, seams to be working for me ... const mapType = { HYBRID: 'y', SATELLITE: 's', TERRAIN: 'p', ROADMAP: 'm', }[extraData]; ... mapLayers={ ...google ...url: http://mt0.google.com/vt/lyrs=${mapType}&hl=en&x={x}&y={y}&z={z}&s=Ga }