GeocoderComponentRestrictions constructor
      
      GeocoderComponentRestrictions({})
     
    
    
Implementation
external GeocoderComponentRestrictions({
  String? administrativeArea,
  String? country,
  String? locality,
  String? postalCode,
  String? route,
});