MMKLocationError

class MMKLocationError : NSObject

Undocumented

Summary

Class methods

 init(lateralErrorRange: MMKRange, longitudinalErrorRange: MMKRange)

Properties

var lateralErrorRange: MMKRange { get }
The error of spreading locations across the route

var longitudinalErrorRange: MMKRange { get }
The error of spreading locations along the route

Class methods

init(lateralErrorRange:longitudinalErrorRange:)

 init(lateralErrorRange: MMKRange, longitudinalErrorRange: MMKRange)


Properties

lateralErrorRange

var lateralErrorRange: MMKRange { get }

The error of spreading locations across the route.


longitudinalErrorRange

var longitudinalErrorRange: MMKRange { get }

The error of spreading locations along the route.