Forum Discussion
zcomer
Aug 04, 2022Copper Contributor
Is Address ID Unique?
I am using the Azure Maps Get Search Address API. For each possible match returned, there is a field "id". Here's an example: {
"results": [
{
"type": "Geography",
...
IoTGirl
Microsoft
Aug 15, 2022Hi zcomer,
The documentation says:
This states it is basically a pointer to a polygon id. This means it is unique but can change if the polygon changes. Essentially it is unique for the response at that time but can change in future to a new unique value of the new polygon.
Depending on your use case, that might be enough. Unique in the moment but not longer term.
Sincerely,
IoTGirl