# r360-js


## API-Key
Get your API key [here ](https://developers.route360.net/pricing/).

The Route360° JavaScript API is a modern open-source JavaScript library designed for Leaflet's mobile-friendly interactive maps. It is developed by Henning Hollburg and Daniel Gerber from the Motion Intelligence GmbH.


# Features

* Generate polygons which represent the area which is reachable from a given source point
* Supported for **walk**, **car**, **bike** and **transit** routing
* A number of predefined map controls (travel time slider, date and time chooser, travel type chooser, etc.)
* Detailed routing information from source to target (travel time, transit trips, etc.)
* Get routing information for hundreds of POIs in a single request in milliseconds
* Support for elevation data

# Demonstration and Usage
A demonstration of the library's features, as well as detailed coding examples can be found [here](http://developers.route360.net). You can see what the service is capable of at the technology [demo](http://apps.route360.net/demo), just select the country you want to test.

![Route360](r360.png)


# Build
`npm run build`

# Npm
You can use our project with npm

    npm install route360 --save

# Bower
You can use our project in bower

    bower install route360 --save
