Search code examples
iosobjective-clatitude-longitudegoogle-maps-sdk-ios

Google Maps SDK iOS Easy way of getting Capital Cities with Longitude and Latitude


Is there an easy way to get a list of Capital Cites with their latitudes and longitudes?

I am just displaying a google map view and I would like to display markers for capital cities.


Solution

  • You can use google location api service, it is free up to 2,500 url calls per day, here is the link for further information.

    And all capital cities latitudes and longitudes are listed in this website:

    Edited: You could use plist directly from this website:

    How to parse dictionary object.