Super quick question, my initial thought was this is not going to work, but then I thought why not give it a go. Now I am thinking it won't work as the resultant array does not seem to be properly formed? My question, should this work?
NSUInteger numPoints = [[[self dataModel] locationFake] count];
CLLocationCoordinate2D points[numPoints];