Update README.md

This commit is contained in:
Ivan Starkov 2015-10-04 00:14:21 +03:00
parent 936ebccd38
commit e40d82f174

View File

@ -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>