node-psearch

0.1.0 • Public • Published

node-psearch

NodeJS module for the search of popular map using Yandex.Maps API.

Install

npm install node-psearch

Usage

Show example.

Request options:

  • query - Text search query. For example, the name of the object.
  • ll - {longitude,latitude} longitude and latitude of the center of the field (in degrees).
  • spn - Length of the center of gravity (degrees).
  • count - Maximum number of displayed results.

Result format:

  • name - string - Name of the object
  • coordinates - array - Сoordinates [longitude, latitude]

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.0
    18
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.0
    18

Package Sidebar

Install

npm i node-psearch

Weekly Downloads

4

Version

0.1.0

License

MIT

Last publish

Collaborators

  • wcoder