FeatureOtherMembersExtension extension
Extension to add "other members" support specifically to Feature
Methods
-
copyWithPreservingOtherMembers<
T extends GeometryObject> ({T? geometry, Map< String, dynamic> ? properties, BBox? bbox, dynamic id}) → Feature<T> -
Available on Feature<
Create a new Feature with modified properties while preserving other membersGeometryObject> , provided by the FeatureOtherMembersExtension extension
Static Methods
-
fromJsonWithOtherMembers(
Map< String, dynamic> json) → Feature<GeometryObject> -
Available on Feature<
Create a Feature from JSON with support for other membersGeometryObject> , provided by the FeatureOtherMembersExtension extension
Constants
-
standardKeys
→ const List<
String> - Standard keys for Feature objects as per GeoJSON specification