Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 790 Bytes

Feature.md

File metadata and controls

20 lines (15 loc) · 790 Bytes

swagger.model.Feature

Load the model package

import 'package:swagger/api.dart';

Properties

Name Type Description Notes
type String [default to null]
bbox List<double> [optional] [default to []]
coordinates List<double> [optional] [default to []]
properties Map<String, Object> [optional] [default to {}]
geometry GeoJsonObject [optional] [default to null]
id String [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]