You are viewing a section of Superface that will be deprecated in Q4 2023. Until then, you can continue to use it as you have before but we recommend that you migrate to our latest version soon. For more details visit superface.ai/docs/migrate.

Points of Interest

navigation/nearby-poi@1.0.1
2 providers

Find nearby points of interest

Find points of interest near the given location.

Input
center
radius
categories
Result
Coordinates of this point
Name of the point of interest
Categories this point belongs to

1.Choose a provider

2.Use NearbyPoi with mock in your code

Below instructions are for our Node.js SDK. Use OneService for other languages.
npm i @superfaceai/one-sdk

Structure details

Input (object)

center
Center of the search
latitude
longitude
radius
Radius of the search
categories
Optional categories filter Points belonging to at least one of these categories are returned
RESTAURANT
CAFE
BAR
SCHOOL
TAXI
POST
POLICE
HEALTHCARE
BANK
ATM
PARKING

Example

Result (list of objects)

coordinates
Coordinates of this point
latitude
longitude
name
Name of the point of interest
categories
Categories this point belongs to
RESTAURANT
CAFE
BAR
SCHOOL
TAXI
POST
POLICE
HEALTHCARE
BANK
ATM
PARKING

Example

Implementation details

Provider
mock
Use case
NearbyPoi
Author
@superface
Source
Verified