native-geocoder: added district for larger cities

This commit is contained in:
Yasin Simsek 2017-04-03 12:49:29 +02:00
parent 57eabc002a
commit f6a7e5fe9b

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