This commit is contained in:
cybice 2017-01-31 02:40:39 +03:00
parent a664ad046e
commit 74c1330a95

View File

@ -103,10 +103,10 @@ export default class SimpleMapPage extends Component {
* Example project:
[main](http://istarkov.github.io/google-map-react/map/main/) ([source](https://github.com/istarkov/google-map-react-examples/blob/master/web/flux/components/examples/x_main/main_map_block.jsx)); [balderdash](http://istarkov.github.io/google-map-react/map/balderdash/) (same source as main)
* Clustering example (new)
* Clustering example (**new**)
[google-map-clustering-example](http://istarkov.github.io/google-map-clustering-example/)
* How to render thousands of markers (new)
* How to render thousands of markers (**new**)
[google-map-thousands-markers](https://istarkov.github.io/google-map-thousands-markers/)
* All api examples:
@ -115,6 +115,9 @@ export default class SimpleMapPage extends Component {
* jsbin example
[jsbin example](https://jsbin.com/roqutisoqu/1/edit?js,console,output)
* webpackbin examples (**new**)
[docs with webpackbin examples](./DOC.md) (In progress)
* local develop example (new)
[develop example](./develop)