GeoJSONObjectMetaExtension extension
Methods
- 
  coordAll() → List< Position?> 
- 
      Available on GeoJSONObject, provided by the GeoJSONObjectMetaExtension extension 
- 
  coordEach(CoordEachCallback callback) → void 
- 
      Available on GeoJSONObject, provided by the GeoJSONObjectMetaExtension extension 
- 
  coordReduce<T> (CoordReduceCallback< T> callback, T? initialValue, [bool excludeWrapCoord = false]) → T?
- 
      Available on GeoJSONObject, provided by the GeoJSONObjectMetaExtension extension 
- 
  featureEach(FeatureEachCallback callback) → void 
- 
      Available on GeoJSONObject, provided by the GeoJSONObjectMetaExtension extension 
- 
  featureReduce<T> (FeatureReduceCallback< T> callback, T? initialValue) → T?
- 
      Available on GeoJSONObject, provided by the GeoJSONObjectMetaExtension extension 
- 
  flattenEach(FlattenEachCallback callback) → void 
- 
      Available on GeoJSONObject, provided by the GeoJSONObjectMetaExtension extension 
- 
  flattenReduce<T> (FlattenReduceCallback< T> callback, T? initialValue) → T?
- 
      Available on GeoJSONObject, provided by the GeoJSONObjectMetaExtension extension 
- 
  geomEach(GeomEachCallback callback) → void 
- 
      Available on GeoJSONObject, provided by the GeoJSONObjectMetaExtension extension 
- 
  geomReduce<T> (GeomReduceCallback< T> callback, T? initialValue) → T?
- 
      Available on GeoJSONObject, provided by the GeoJSONObjectMetaExtension extension 
- 
  propEach(PropEachCallback callback) → void 
- 
      Available on GeoJSONObject, provided by the GeoJSONObjectMetaExtension extension 
- 
  propReduce<T> (PropReduceCallback< T> callback, T? initialValue) → T?
- 
      Available on GeoJSONObject, provided by the GeoJSONObjectMetaExtension extension 
- 
  segmentEach(SegmentEachCallback callback) → void 
- 
      Available on GeoJSONObject, provided by the GeoJSONObjectMetaExtension extension 
- 
  segmentReduce<T> (SegmentReduceCallback< T> callback, T? initialValue, {bool combineNestedGeometries = true}) → T?
- 
      Available on GeoJSONObject, provided by the GeoJSONObjectMetaExtension extension