MapBoxPlace constructor

MapBoxPlace({
  1. String? id,
  2. FeatureType? type,
  3. List<PlaceType>? placeType,
  4. String? addressNumber,
  5. Properties? properties,
  6. String? text,
  7. String? placeName,
  8. List<double>? bbox,
  9. List<double>? center,
  10. Geometry? geometry,
  11. List<Context>? context,
  12. String? matchingText,
  13. String? matchingPlaceName,
})

Implementation

MapBoxPlace({
  this.id,
  this.type,
  this.placeType,
  // this.relevance,
  this.addressNumber,
  this.properties,
  this.text,
  this.placeName,
  this.bbox,
  this.center,
  this.geometry,
  this.context,
  this.matchingText,
  this.matchingPlaceName,
});