mirror of
https://github.com/google-map-react/google-map-react.git
synced 2025-12-08 18:26:32 +00:00
Update README.md
This commit is contained in:
parent
936ebccd38
commit
e40d82f174
@ -44,8 +44,8 @@ export default class SimpleMapPage extends Component {
|
||||
render() {
|
||||
return (
|
||||
<GoogleMap
|
||||
center={this.props.center}
|
||||
zoom={this.props.zoom}>
|
||||
defaultCenter={this.props.center}
|
||||
defaultZoom={this.props.zoom}>
|
||||
<MyGreatPlace lat={59.955413} lng={30.337844} text={'A'} /* Kreyser Avrora */ />
|
||||
<MyGreatPlace {...this.props.greatPlaceCoords} text={'B'} /* road circle */ />
|
||||
</GoogleMap>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user