GeoDataResult Object
Bing
Represents a single result object returned by the GeoData API.
| Name | Type | Description |
|---|---|---|
Copyright | Copyright | Copyright information for the returned boundary data. |
EntityID | string | A unique ID number associated with this entity. |
EntityMetadata | Metadata | A collection of metadata information associated with the entity. The getEntityMetadata option of the request must be set to true. |
Name | Name | Information about the name of the boundary location. |
Polygons | Polygon[] | A Polygon object that has been generated from the data in the Primitives property. |
Primitives | GeoDataPrimitive[] | An array of objects that contain the polygon information for the boundary. |
Note: The Name and EntityMetadata properties are not available for all boundary data.
Show: