DefaultLocationValidator
public class DefaultLocationValidator : LocationValidator
                DefaultLocationValidator is default implementation of LocationValidator.
- 
                  
                  
Init method to create default location validator object.
Declaration
Swift
public init() 
- 
                  
                  
Validate location.
Declaration
Swift
public func checkLocation(_ location: CLLocation, provider: LocationEngineProviderType) -> GPSStatusParameters
locationThe location to be checked.
providerThe source that provides the location.
Return Value
Indicates if GPS is fixed or not as a result of
LocationValidator 
        
 
          TomTom SDK for iOS (0.51.1)
        
          DefaultLocationValidator