Socket
Book a DemoInstallSign in
Socket

react-map

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-map

A map component for [React](https://github.com/facebook/react), the declarative UI library. Allow your React sites to use Google Maps easily.

latest
Source
npmnpm
Version
0.0.2
Version published
Weekly downloads
6
Maintainers
1
Weekly downloads
 
Created
Source

Maps for React

A map component for React, the declarative UI library. Allow your React sites to use Google Maps easily.

Example

In the render-function of the component where you want to show a map:

<Map latitude={60.170833} longitude={24.9375} zoom={5} width={250} height={250}
  points={[{latitude:60.1876172,longitude:24.815366,title:"HIIT Open Innovation House"},{latitude:60.185478,longitude:24.812257,title:"HIIT Otaniemi"}, {latitude:60.2049747,longitude:24.9634712,title:"HIIT Kumpula"}]} />

Keywords

react

FAQs

Package last updated on 12 Nov 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts