LocationRow is a Eureka custom row that allows you to search and select an address or location of interest using the map-based MKLocalSearch.
github "chamitha/LocationRow" ~> 1.0
pod 'LocationRow', '~> 1.0'
form
+++ Section("LocationRow Example")
<<< LocationRow("row1") { (row) in
row.placeholder = "Location"
}.onPresent({ (_, presentingViewController) in
presentingViewController.title = "Location"
presentingViewController.placeholder = "Enter Location"
})