localitiesNearby

fun localitiesNearby(types: List<LocalitiesTypes>, location: LatLng, radius: Int? = 1000, page: Int? = 1, limit: Int? = 10, excludedTypes: List<LocalitiesTypes>? = null): LocalitiesNearbyResponse

Retrieve worldwide points of interest surrounding a given location.

Parameters

types

The types of points of interest to return.

location

Center of the search circle.

radius

Radius of the search circle, in meter

page

Use page to navigate through paginated results.

limit

Defines how many results should be included in a page

excludedTypes

The types of points of interest to exclude from results.