GeoJsonFeatureProperties constructor

const GeoJsonFeatureProperties({
  1. int? groupIndex,
  2. double? value,
  3. Coordinate? center,
  4. int? osmId,
  5. int? osmType,
  6. double? distance,
  7. Map<String, dynamic>? categoryIds,
  8. Map<String, dynamic>? osmTags,
})

Implementation

const GeoJsonFeatureProperties({
  this.groupIndex,
  this.value,
  this.center,
  this.osmId,
  this.osmType,
  this.distance,
  this.categoryIds,
  this.osmTags,
});