How to get GPS coordinates and GPS speed using Objective-C or Swift?

0
#import "GetLocationViewController.h"
#import "LocationDetailViewController.h"
#import "SetupViewController.h"
#import "CLLocation+Strings.h"


@interface RoutePoint : NSObject
{
NSString* number;
}
@property (nonatomic, copy) NSString *speed;
@end
    
asked by anonymous 14.06.2018 / 15:19

0 answers