I have an array of dictionaries that looks like the following:
locationArray [{
annotation = "<MKPointAnnotation: 0x7fb75a782380>";
country = Canada;
latitude = "71.47385399229037";
longitude = "-96.81064609999999";
}, {
annotation = "<MKPointAnnotation: 0x7fb75f01f6c0>";
country = Mexico;
latitude = "23.94480686844645";
longitude = "-102.55803745";
}, {
annotation = "<MKPointAnnotation: 0x7fb75f0e6360>";
country = "United States of America";
latitude = "37.99472997055178";
longitude = "-95.85629150000001";
}]
I would like sort on longitude.