I am assigning value of latitude and longitude from one viewcontroller which are declared in another viewcontroller. but I am getting an error expression is not assignable
Here is my code:
mapVC.coordinate.latitude=[[tempArray objectAtIndex:9] doubleValue];
and here is my response:
(
17,
TGB,
Ahmedabad,
"SG Highway",
Dover,
Georgia,
388306,
12345,
"www.tgb.com",
"37.23909",//latitude
"-122.34567",//longitude
"Dec 6, 2013 5:11:15 PM"
)