GeoJsonOptionsReadBoundingBoxes Property

Determines if Bounding Boxes ('bbox') should be read as attributes with a name 'bbox_0', 'bbox_1', etc. Default value is . The NestedPropertiesSeparator string is used in bbox_0, bbox_1,.. names.

Namespace:  Aspose.Gis.Formats.GeoJson
Assembly:  Aspose.GIS (in Aspose.GIS.dll) Version: 20.3.0.0 (20.03)
Syntax
public bool ReadBoundingBoxes { get; set; }

Property Value

Type: Boolean
Remarks
This is reading option - it does not affect writing.
See Also