mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 16:52:53 +08:00
native-geocoder: added district for larger cities
This commit is contained in:
parent
57eabc002a
commit
f6a7e5fe9b
@ -80,6 +80,10 @@ export interface NativeGeocoderReverseResult {
|
||||
* The city.
|
||||
*/
|
||||
city: string;
|
||||
/**
|
||||
* The district.
|
||||
*/
|
||||
district: string;
|
||||
/**
|
||||
* The country name.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user