How to search nearby from a position
The SearchNearby API enables querying for all nearby places and points of interest
(POI) without entering any specific text. Users can explore neighborhoods, discover
POIs, and more using this API. It requires a QueryPosition
, which can
represent a device's location, IP-based position, or the map viewport center.
Alternatively, users can specify a city or place to bias results based on the
geocoordinates of that location.
Potential use cases
-
Explore nearby POIs: View all points of interest near the current position.
-
Explore nearby places: View all locations or places near a given position.
Examples
In this example, the search is conducted from a position in Dubai with latitude 25.26951 and longitude 55.30884.