LocationValidator
public protocol LocationValidator
LocationValidator defines interface for checking if the location valid or not.
-
Validate location.
Declaration
Swift
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.53.1)
LocationValidator