Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/conveyal/react-select-geocoder

Geocoder that uses react-select
https://github.com/conveyal/react-select-geocoder

geocoder openstreetmap react

Last synced: 2 months ago
JSON representation

Geocoder that uses react-select

Awesome Lists containing this project

README

        

# react-select-geocoder

[![NPM version][npm-image]][npm-url]
[![Build status][travis-image]][travis-url]

Geocoder that uses react-select

## Usage

Check the `propTypes` for the options. For `boundary` see [isomorphic-mapzen-search](https://github.com/conveyal/isomorphic-mapzen-search#autocomplete) and for `focusPoint` use any [lonlat](https://github.com/conveyal/lonlat) compatible value.

```js
import Geocoder from 'react-select-geocoder'

render(
console.log(value)}
/>
, div
)
```

[npm-image]: https://img.shields.io/npm/v/react-select-geocoder.svg?maxAge=2592000&style=flat-square
[npm-url]: https://www.npmjs.com/package/react-select-geocoder
[travis-image]: https://img.shields.io/travis/conveyal/react-select-geocoder.svg?style=flat-square
[travis-url]: https://travis-ci.org/conveyal/react-select-geocoder