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