Radar’s search APIs allow you to find places, geofences, and business locations near a given point with powerful filtering capabilities.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/radarlabs/radar-sdk-ios/llms.txt
Use this file to discover all available pages before exploring further.
Search Places
Search for places near a location, sorted by distance. You can filter by chains, categories, groups, and countries.Basic Place Search
Search for places within a radius using the device’s current location:Search by Chain
Find specific restaurant or retail chains near a location:See the complete list of supported chains in the Radar documentation.
Search with Chain Metadata
Filter chains by custom metadata attributes:Chain metadata must be configured in the Radar dashboard settings.
Search Near a Specific Location
Search for places near coordinates other than the device’s current location:Search Parameters
Search Geofences
Search for geofences near a location, sorted by distance. This is useful for finding nearby custom regions.Basic Geofence Search
Search for all geofences near the device’s current location:Advanced Geofence Search
Search with filters for tags, metadata, radius, and result limits:Geofence Search Parameters
| Parameter | Type | Description |
|---|---|---|
near | CLLocation? | Search location (nil uses current location) |
radius | Int | Search radius in meters (100-10000, or -1 for unlimited) |
tags | [String]? | Array of tags to filter |
metadata | [String: Any]? | Dictionary of metadata to filter |
limit | Int | Maximum results (1-1000, default 100) |
includeGeometry | Bool | Include geometry in response (set to false for >100 results) |
Place Categories
Radar supports hundreds of place categories across different verticals:Common Categories
Common Categories
Food & Drink
restaurant,cafe,bar,fast-food,bakery,brewery
clothing-store,grocery-store,pharmacy,convenience-store
bank,atm,gas-station,car-wash,post-office
gym,hospital,doctor,dentist,spa
movie-theater,museum,park,stadium,casino
airport,train-station,bus-station,parking
Working with Search Results
RadarPlace Properties
TheRadarPlace object contains comprehensive information about each place:
Checking Place Properties
RadarPlace provides convenience methods for checking chains and categories:
Use Cases
Store Locator
Build a store locator to help users find nearby retail locations.
Restaurant Finder
Create a restaurant discovery feature with category filters.
Delivery Zones
Search geofences to determine if a location is within a delivery zone.
Competitor Analysis
Find competitor locations near your stores using chain search.
Performance Tips
Optimize Search Radius
Use the smallest radius necessary for your use case. Smaller radii return results faster.
Use Specific Filters
Filter by country, category, or chain to reduce result sets and improve relevance.
Learn More
Places API
Explore the complete places search API reference
Geofences API
Learn about geofence search capabilities
Context
Get comprehensive location context
Geocoding
Convert between addresses and coordinates