0

I want to convert the CLLocationCoordinate2D coordinates of MapViewAnnotation in a string value in objective c, can anyone help me out?

3
  • 2
    CLLocationCoordinate2D is a struct with two Double values. So you are looking how to convert Double to NSString and there is plenty of question about that. If you want a particular format, could you show us which one? Commented Apr 3, 2018 at 12:08
  • @Larme my expected format is - pickupLatLong = 30.256477,74.658954 Commented Apr 3, 2018 at 12:30
  • @Harsh please put your demo code so i'm try to help you Commented Apr 4, 2018 at 13:11

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.