FeatureOtherMembersExtension extension

Extension to add "other members" support specifically to Feature

on

Methods

copyWithPreservingOtherMembers<T extends GeometryObject>({T? geometry, Map<String, dynamic>? properties, BBox? bbox, dynamic id}) Feature<T>

Available on Feature<GeometryObject>, provided by the FeatureOtherMembersExtension extension

Create a new Feature with modified properties while preserving other members

Static Methods

fromJsonWithOtherMembers(Map<String, dynamic> json) Feature<GeometryObject>

Available on Feature<GeometryObject>, provided by the FeatureOtherMembersExtension extension

Create a Feature from JSON with support for other members

Constants

standardKeys → const List<String>
Standard keys for Feature objects as per GeoJSON specification