Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9152523
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T12:04:13+00:00 2026-06-17T12:04:13+00:00

I am developing an application based on geocoder. I am using the placemark address

  • 0

I am developing an application based on geocoder. I am using the placemark address dictionary method inside the geocoder delegate method. I’m able to get all the details (street, city, state, county, countrycode and all) except postalcode for India. Why is postal code missing? Any suggestions are appreciated

My code:

-(void)locationUpdate:(CLLocation *)location

{

currentLocation= [location coordinate];

if (currentLocation.latitude!=checking.latitude) 
{
    NSDate *currentTime =[NSDate date];

    fireTime = currentTime;

    checking.latitude=currentLocation.latitude;  
    checking.longitude=currentLocation.longitude;

}
MKReverseGeocoder *geocoder = [[MKReverseGeocoder alloc] initWithCoordinate:[location coordinate]];
[geocoder setDelegate:self];
[geocoder start];
}


-(void)reverseGeocoder:(MKReverseGeocoder *)geocoder didFindPlacemark:(MKPlacemark *)placemark

{
    NSLog(@"placemark.postalCode ***********%@",placemark.postalCode);
}

I am getting this output as the geocoder has returned:

{

City = Vishakhapatnam;
Country = India;
CountryCode = IN;
FormattedAddressLines =     (
    NH5,
    Vishakhapatnam,
    "Andhra Pradesh",
    India
);
State = "Andhra Pradesh";
Street = NH5;
Thoroughfare = NH5;

}



placemark.postalCode *********** (null)

Its works fine for other countries but I’m not getting Zip code for India locations. How can I get postal code for India locations also?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T12:04:15+00:00Added an answer on June 17, 2026 at 12:04 pm

    It is because MapKit is using Apple maps to retrive data. Apple maps in India is not that good when coming to retrive Indian Addresses.

    Try using google api if you want to get expected results.

    Google has released maps SDK for iOS, here is the link for it. https://developers.google.com/maps/documentation/ios

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We are developing a REST based application using Visual Studio 2010, using asp.net web
Hi i am new here in developing Window Based Application using .NET. how we
I am developing form based application. The form includes Customer details. when he click
In a Qt based application I'm developing I'm using a QGraphicsView to display sensor
i am developing android application using Geocoder services, I have an application where I
Hi I am developing a contact based application in that i want get the
We developing an Application using .NET Framework 4.0 (C#) windows forms based application. Now,
I am developing web based application using asp.net and ajax . Today I am
I'm currently developing an application based on no-sql (using raven db). The core aspect
I am developing a PHP based application and using Capistrano to deploy it to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.