0.4.0 • Published 10 years ago

react-maps v0.4.0

Weekly downloads
7
License
MIT
Repository
github
Last release
10 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

10 years ago

0.3.4

10 years ago

0.3.3

10 years ago

0.3.2

10 years ago

0.3.1

10 years ago

0.3.0

10 years ago

0.2.4

10 years ago

0.2.3

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago