go-flat-finder/internal/flatfinder/google.go

7 lines
155 B
Go
Raw Normal View History

2022-09-13 07:39:44 +00:00
package flatfinder
// getDistanceFromAddress - Return distance from 2 points
func getDistanceFromAddress(from string, to string) string {
return "N/A"
}