forked from github/awesome-cordova-plugins
native-geocoder: added district for larger cities
This commit is contained in:
@@ -80,6 +80,10 @@ export interface NativeGeocoderReverseResult {
|
||||
* The city.
|
||||
*/
|
||||
city: string;
|
||||
/**
|
||||
* The district.
|
||||
*/
|
||||
district: string;
|
||||
/**
|
||||
* The country name.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user