BoundaryPropertiesOutput interface
Properties of a Boundary object.
Properties
copyright | The copyright string. |
copyrightURL | A URL that lists many of the data providers for Azure Maps and their related copyright information. |
geometries |
A collection of copyright information for each geometry of the Boundary object in the same order they appear. |
name | The name associated with the geographical area. |
Property Details
copyright
The copyright string.
copyright?: string
Property Value
string
copyrightURL
A URL that lists many of the data providers for Azure Maps and their related copyright information.
copyrightURL?: string
Property Value
string
geometriesCopyright
A collection of copyright information for each geometry of the Boundary object in the same order they appear.
geometriesCopyright?: GeometryCopyrightOutput[]
Property Value
name
The name associated with the geographical area.
name?: string
Property Value
string
Azure SDK for JavaScript