File tree Expand file tree Collapse file tree 1 file changed +18
-16
lines changed Expand file tree Collapse file tree 1 file changed +18
-16
lines changed Original file line number Diff line number Diff line change 1
1
# 🛠🛠🛠 in development 🛠🛠🛠
2
2
3
- # React Google Map Wrapper
3
+ # [ React Google Map Wrapper] ( https://pyjun01.github.io/react-google-map-wrapper/ ) & middot ; [ ![ GitHub license ] ( https://img.shields.io/badge/license-MIT-blue.svg )] ( https://github.com/pyjun01/react-google-map-wrapper/blob/main/LICENSE ) [ ![ npm version ] ( https://img.shields.io/npm/v/react-google-map-wrapper.svg?style=flat )] ( https://www.npmjs.com/package/react-google-map-wrapper )
4
4
5
5
` react-google-map-wrapper ` is a React component library for rendering Google Maps.
6
6
7
- ## TO DO
8
-
9
- - [x] GoogleMapApiLoader
10
- - [x] GoogleMap
11
- - [x] Marker
12
- - [x] Custom Marker
13
- - [x] Controls
14
- - [x] InfoWindow
15
- - [x] Polyline
16
- - [x] Polygon
17
- - [x] Rectangle
18
- - [x] Circle
19
- - [x] AdvancedMarker
20
- - [x] MarkerClusterer
21
- - [x] HeatmapLayer
7
+ You can see an example [ here] ( https://pyjun01.github.io/react-google-map-wrapper/docs/examples/basic/ ) .
8
+
9
+ ## Installation
10
+
11
+ ``` bash
12
+ npm install react-google-map-wrapper # or yarn add react-google-map-wrapper or pnpm add react-google-map-wrapper
13
+ ```
14
+
15
+ ## Documentation
16
+
17
+ You can find the documentation [ on the website.] ( https://pyjun01.github.io/react-google-map-wrapper )
18
+
19
+ Check out the [ Getting Started] ( https://pyjun01.github.io/react-google-map-wrapper/docs/introdution/ ) page for a quick overview.
20
+
21
+ ### License
22
+
23
+ ` react-google-map-wrapper ` is [ MIT licensed] ( https://github.com/pyjun01/react-google-map-wrapper/blob/main/LICENSE ) .
You can’t perform that action at this time.
0 commit comments