I have a list of addresses with postcodes, which I need to display on a map (pin point).
So far I know to use co-ordinates to show pin points on map with core-location framework. Is there any other way of doing it? Like getting co-ordinates from address or use address to show pin points on map?
The main purpose is to calculate distances between locations.
Please guide me here. Thanks