---
title: "Display Beacon map."
method: GET
path: "/beacon_map/view"
tags: ["Tracking|Beacon Map Embedding"]
---

# Display Beacon map.

`GET /beacon_map/view`

Returns an HTML page with an interactive map. It is possible to embed this map in your application using an
iFrame. You need to specify the beacons you wish to view on the map by using either the `beacons[byIds][]` or
`beacons[byUuids][]` filters.

## Query parameters

- `controls` boolean
- `zoom` integer
- `logo` string
- `beacons[byIds][]` integer[]
- `beacons[byUuids][]` string[]
- `beacons[byToolIds][]` string[]
- `estimated_position` boolean

## Response `200`

Success Response:

- ComponentHttpFoundationResponse — Represents a formless response. (HTML, Text, ...)

---

[API](https://skmtc.net/geocapture/apis/geocapture-api.md) · [All operations](https://skmtc.net/geocapture/apis/geocapture-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/geocapture/geocapture-api/versions/869b05603541/schema)
