mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-01 02:53:03 +08:00
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.
|
* The city.
|
||||||
*/
|
*/
|
||||||
city: string;
|
city: string;
|
||||||
|
/**
|
||||||
|
* The district.
|
||||||
|
*/
|
||||||
|
district: string;
|
||||||
/**
|
/**
|
||||||
* The country name.
|
* The country name.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user