* Revert "Fix heatmapLibrary"
This reverts commit 8e67c08c275ea611e1a8d193c6888a312b47cafb.
* Revert "Update API.md"
This reverts commit 2d55cedfdd67b5410261f677f17c2d0969485757.
* Revert "Added all google maps api libraries to api loader (#921)"
This reverts commit 1718a4a9415e1422752f3ae68c8b7119af6ca8db.
* Added all google maps api libraries to api loader
Supports places, visualization, places, and geomerty libs.
keeps support for previous heatMapLibrary prop to avoid breaking older usage.
* add libraries to props of GoogleMap
* Update google_map.js
* add warning about heatMapLibrary
* heatmap depreaction, clean libraries, docs
* clean up google map prop
* Documentation: added PropTypes for heatmap prop
This PR improves the documentation of the heatmap prop by adding types.
I don't mind adding PropTypes validation to this prop as well if you are interested in that.
* Update API.md
I added some spacing between the interface and the example snippet.
I also added a link to the example I wrote for the other repository. I think we should delay this PR until that example is live. That way, the new Demo link will go to live functioning code rather than no where.
* Revert "Bump version to 1.1.0 (#671)"
This reverts commit 1603e3afea4cd0fdb88e7b5479f1f3321908afb4.
* Revert "Added feature: update heat map on data change + fix linting (#593)"
This reverts commit 1ce8726fda4cd56694680051125dd107c2817528.
* Added feature: update heat map on data change
When prop updateHeatmap is set to true --> map will rerender.
- New render of <GoogleMapReact> and data is changed, prop updateHeatmap should be true
- New render of <GoogleMapReact> and data is not changed, prop updateHeatmap should be false
* Supports multiple google map libraries + update heatmap when prop updateHeatmap equals true
* Updated this.props -> nextProps (rookie mistake...)
* Updated API documentation:
- added info about the use of other libraries in the Google Map API
- added info about the updateHeatmap prop
* Add prop `onTilesLoaded`
* (Adjust package name
* Increase version
* Make linter happy
* Remove scope from package name and reset version number
* Add description for new prop
* Remove "directories" entry
* Correct changelog
* Remove section header
* v2.0.0
* Revert version number
* Only listen to event if prop is used
Because the parent node of marker has size 0x0, top 50% and right 50% would affect nothing. You only need to translate(-50%, -50%) to move it to the right position.
* Move heatMap docs to API.md
* Upgrade example code style
* Specify that we need a container in the example
* Actually, remove propTypes, will confuse ppl
* Add more instructions
* Add main title
* Quick corrections
* Add PRs welcome status
* Move features down
* Actually, lets not use PFC, will avoid confusions
* Remove center from tips, its obvius
* Remove bower message, not needed I believe
* Clearer documentation
* Fix for usage from China
* Fix formatting
* Case insensitive check for China region
* Add localization info to docs, incl info regarding China specific URL
* Revert "Fix ipad dragging issue (#233)"
Using the built in support from google maps would make the component more
mobile friendly.
This reverts commit 7d1180c5427750e18411874f538ae6bfbbe33498.
* Improve documentation around touch device support
* Fix linting errors