Enhance your application's search capabilities with MapsIndoors data. The following topics offer a brief introduction to various functionalities you can implement. For in-depth guidance, click on the specific topics.
Retrieve Specific Location: Use getLocation(id)arrow-up-right to obtain individual location objects.
getLocation(id)
Querying Locations: Perform broader searches with getLocations(args)arrow-up-right.
getLocations(args)
Filter Customization: Fine-tune your searches with specialized query parameters.
Using External IDs: Translate your unique IDs to MapsIndoors IDs using getLocationsByExternalIdarrow-up-right.
getLocationsByExternalId
Advanced Search Integration: Integrate MapsIndoors data into your existing search functionalities.
Distance Matrix: Create a distance matrix when dealing with multiple locations. Ref docs herearrow-up-right
Utilizing MapsIndoors web components
Components: MapsIndoors search component, list component, etc.
Click Event Handling: Interactive retrieval of location details.
Venue and Building Info: Access information about venues and buildings stored in MapsIndoors.
Last updated 2 years ago
Was this helpful?