0.4.0 • Published 9 years ago

react-maps v0.4.0

Weekly downloads
7
License
MIT
Repository
github
Last release
9 years ago

react-maps

Version

Read the code for an understanding

Example

	// ...

	render: function() {
		// Melbourne
		var center = {
			lat: -37.8602828,
			lng: 145.079616
		}

		return (<GoogleMap center={center} zoom={8}>
			<InfoWindow position={center} open>
				<h1>Melbourne</h1>
			</InfoWindow>
			<Marker position={center} label="A pleasant place to live"/>
		</GoogleMap>)
	}

License

This library is free and open-source software released under the MIT license.

0.4.0

9 years ago

0.3.4

9 years ago

0.3.3

9 years ago

0.3.2

9 years ago

0.3.1

9 years ago

0.3.0

9 years ago

0.2.4

9 years ago

0.2.3

9 years ago

0.2.2

9 years ago

0.2.1

9 years ago

0.2.0

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago