We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2f5fe5 commit fa16da0Copy full SHA for fa16da0
SVGeocoder/SVPlacemark.m
@@ -13,7 +13,7 @@
13
14
@implementation SVPlacemark
15
16
-@synthesize formattedAddress, subThoroughfare, thoroughfare, subLocality, locality, subAdministrativeArea, administrativeArea, postalCode, country, ISOcountryCode, coordinate, location, region;
+@synthesize formattedAddress, subThoroughfare, thoroughfare, subLocality, locality, subAdministrativeArea, administrativeArea, administrativeAreaCode, postalCode, country, ISOcountryCode, coordinate, location, region;
17
18
- (NSString*)description {
19
NSDictionary *dict = [NSDictionary dictionaryWithObjectsAndKeys:
0 commit comments