mirror of
https://github.com/google-map-react/google-map-react.git
synced 2025-12-08 18:26:32 +00:00
Remove scam links
This commit is contained in:
parent
63d18789c0
commit
9a18d5b3d3
6
DOC.md
6
DOC.md
@ -68,13 +68,13 @@ The wrong part is that React components are placed on the map positioning from t
|
||||
In most cases it's not the expected behaviour, so we need to change the MyMarker position by changing
|
||||
it's `position` and `left`, `top` css properties, or use `flex` as like as in this example.
|
||||
|
||||
[Good position](http://www.webpackbin.com/VJBKkj_vM)
|
||||
[Good position]()
|
||||
|
||||
Now `MyMarker` centered well, see the `myMarker.css` css changes and `MyMarker.js` layout change.
|
||||
|
||||
## Few markers with hover example.
|
||||
|
||||
[Few markers with hover example](http://www.webpackbin.com/Ny9EW1cwf)
|
||||
[Few markers with hover example]()
|
||||
|
||||
As we use ordinary React components we can use any methods we use for hover effects like
|
||||
- css
|
||||
@ -91,7 +91,7 @@ Yes, sometimes real life is like a magazine picture_)
|
||||
|
||||
## Few markers with hover example done right.
|
||||
|
||||
[Few markers with hover example done right](http://www.webpackbin.com/N1Cmhy5wf)
|
||||
[Few markers with hover example done right]()
|
||||
|
||||
Now markers are hoverable even if placed under other marker.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user