feat(native-geocoder): add district property

native-geocoder: added district for larger cities
This commit is contained in:
Ibby Hadeed 2017-04-18 17:38:17 -04:00 committed by GitHub
commit 91439be0bd

View File

@ -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.
*/ */