Skip to content
This repository was archived by the owner on Feb 26, 2019. It is now read-only.

dcousens/react-maps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 MIT

About

Just a bike shed - don't use

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •