所以我有这个
NSLog(@"%@",[status valueForKey:@"coordinates"]);
这给了我这个
{
coordinates = (
"-91.17785719",
"30.41023765"
);
type = Point;
}
我怎样才能从中提取经度和纬度?
所以我有这个
NSLog(@"%@",[status valueForKey:@"coordinates"]);
这给了我这个
{
coordinates = (
"-91.17785719",
"30.41023765"
);
type = Point;
}
我怎样才能从中提取经度和纬度?