1.1.29 • Published 5 years ago
another-google-map-react v1.1.29
another-google-map-react
Made with create-react-library
Install
npm install --save another-google-map-reactUsage
import React from 'react'
import { GoogleMap, GeoJsonLayer } from 'another-google-map-react'
const GOOGLE_MAP_LOADER_URL = `https://maps.googleapis.com/maps/api/js?v=beta&libraries=places`
<GoogleMap
googleMapOptions={{
center: { lat: -34, lng: 151 },
zoom: 10,
mapTypeId: 'roadmap',
streetViewControl: false
}}
style={{}}
onClick={(latLng) => alert(JSON.stringify(latLng))}
onBoundsChanged={(boundingBox) => {}}
gooleMapLoaderUrl={GOOGLE_MAP_LOADER_URL}
googleMapRef={(map) => {}}
></GoogleMap>License
MIT © maxim75
1.1.29
5 years ago
1.1.28
5 years ago
1.1.23
5 years ago
1.1.27
5 years ago
1.1.26
5 years ago
1.1.25
5 years ago
1.1.24
5 years ago
1.1.19
5 years ago
1.1.18
5 years ago
1.1.17
5 years ago
1.1.21
5 years ago
1.1.20
5 years ago
1.1.16
5 years ago
1.0.9
5 years ago
1.0.8
5 years ago
1.0.7
5 years ago
1.0.6
5 years ago
1.1.12
5 years ago
1.0.11
5 years ago
1.0.10
5 years ago
1.1.15
5 years ago
1.1.14
5 years ago
1.1.13
5 years ago
1.0.4
5 years ago
1.0.3
5 years ago
1.0.2
5 years ago
1.0.1
5 years ago
1.0.0
5 years ago