This question is locked. New answers and comments are not allowed.
Hey all,
I'm working on porting some map code from Objective-C to NativeScript and I ran into this issue. Basically console.log( typeof MKCoordinateSpanMake ) logs undefined, and I'm not sure why, because my other mapping classes are all available. Here's the iOS API docs on it: https://developer.apple.com/library/mac/documentation/MapKit/Reference/MapKitFunctionsReference/index.html#//apple_ref/c/func/MKCoordinateSpanMake.
Thanks,
TJ
I'm working on porting some map code from Objective-C to NativeScript and I ran into this issue. Basically console.log( typeof MKCoordinateSpanMake ) logs undefined, and I'm not sure why, because my other mapping classes are all available. Here's the iOS API docs on it: https://developer.apple.com/library/mac/documentation/MapKit/Reference/MapKitFunctionsReference/index.html#//apple_ref/c/func/MKCoordinateSpanMake.
Thanks,
TJ