1.2.1 • Published 7 years ago

react-select-geocoder v1.2.1

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

react-select-geocoder

NPM version Build status

Geocoder that uses react-select

Usage

Check the propTypes for the options. For boundary see isomorphic-mapzen-search and for focusPoint use any lonlat compatible value.

import Geocoder from 'react-select-geocoder'

render(
  <Geocoder
    apiKey={process.env.MAPZEN_KEY}
    boundary={boundary}
    focusPoint={lonlat}
    onChange={value => console.log(value)}
    />
  , div
)
1.2.1

7 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago