GeoJsonObject interface
A GeoJSON object represents a Geometry, Feature, or collection of Features. Reference
Properties
bbox | Include information on the coordinate range for its Geometries, Features, or FeatureCollections. Reference |
type | Representing the type of this GeoJSON object, including the seven geometry type and "Feature", "FeatureCollection". Reference |
Property Details
bbox
Include information on the coordinate range for its Geometries, Features, or FeatureCollections. Reference
bbox?: BBox
Property Value
type
Representing the type of this GeoJSON object, including the seven geometry type and "Feature", "FeatureCollection". Reference
type: GeoJsonType
Property Value
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for JavaScript