GeocodingContextDetailsV6 constructor

GeocodingContextDetailsV6({
  1. required String mapboxId,
  2. required String name,
  3. String? wikidataId,
  4. String? countryCode,
  5. String? countryCodeAlpha3,
})

Implementation

GeocodingContextDetailsV6({
  required this.mapboxId,
  required this.name,
  this.wikidataId,
  this.countryCode,
  this.countryCodeAlpha3,
});