feat(native-geocoder): add district property
native-geocoder: added district for larger cities
This commit is contained in:
commit
91439be0bd
@ -80,6 +80,10 @@ export interface NativeGeocoderReverseResult {
|
||||
* The city.
|
||||
*/
|
||||
city: string;
|
||||
/**
|
||||
* The district.
|
||||
*/
|
||||
district: string;
|
||||
/**
|
||||
* The country name.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user