PlaceRequest

constructor(location: GeoCoordinates, categoryTags: List<String>, radius: Int, boundary: GeoBoundingBox? = null, maxResultCount: Int = 10, languageTag: String? = null)

Parameters

location

The geographical coordinates to search around.

categoryTags

The list of category tags to filter the results.

radius

The search radius in meters (max 50 000 meters for online search, unspecified error will be returned otherwise)

boundary

Optional geographical bounding box to further constrain the search area.

maxResultCount

The maximum number of results to return (default is 10).

languageTag

Optional language tag for localization (e.g., "en-US").