How to get the boundary coordinates of external layer in azure indoor map

Satyam Chauhan 542 Reputation points
2024-05-03T03:21:21.0333333+00:00

Hi,

I have an azure maps account with creator where I have created an indoor map, I want to get the boundary coordinates of the external layer.

Using the below api I am able to get the details for unit and zone layers but for external it is not working.

https://us.atlas.microsoft.com/wfs/datasets/<dataset id>/collections/external/items?api-version=2.0&subscription-key=<>subscription key>

How can I find it ?

Azure Maps
Azure Maps
An Azure service that provides geospatial APIs to add maps, spatial analytics, and mobility solutions to apps.
651 questions
0 comments No comments
{count} votes

Accepted answer
  1. Brendan Co 746 Reputation points Microsoft Employee
    2024-05-07T20:51:22.0633333+00:00

    Hi,

    To get the boundary coordinates of a building, you will want to use the Features APIs. You can start by using the Get Collections API to get all the feature classes. You can then call Get Items to retrieve specific features of that collection. If you want the boundary of a facility, you will likely want to get features of the "facility" or "level" collection.

    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Brendan Co 746 Reputation points Microsoft Employee
    2024-05-07T20:56:03.1533333+00:00

    ----------

    0 comments No comments