Feature constructor
Feature({
- required String id,
- required String type,
- required List<
String> placeType, - required Properties properties,
- required String text,
- required String placeName,
- required List<
double> center, - required Geometry geometry,
- required List<
Context> context, - List<
double> ? bbox, - String? matchingText,
- String? matchingPlaceName,
Implementation
Feature({
required this.id,
required this.type,
required this.placeType,
required this.properties,
required this.text,
required this.placeName,
required this.center,
required this.geometry,
required this.context,
this.bbox,
this.matchingText,
this.matchingPlaceName,
});