class ViewController: UIViewController { override func viewDidLoad() { super.viewDidLoad() GoogleDirection.withServerKey(apiKey: GOOGLE_MAP_API_KEY) .from(origin ...
An android application built to ensure the road safety of a driver. It alarms the driver in case of over speeding or drowsiness. Drowsiness detection done using OpenCV. Location-specific speed limit ...