locationType property

GeocoderLocationType? locationType

Implementation

GeocoderLocationType? get locationType => getProperty(this, 'location_type');
void locationType=(GeocoderLocationType? value)

Implementation

set locationType(GeocoderLocationType? value) {
  setProperty(this, 'location_type', value);
}