include addresses for sanity testing
This commit is contained in:
@@ -38,6 +38,7 @@ func Run(ctx context.Context) error {
|
||||
Name string
|
||||
Lat float64
|
||||
Lng float64
|
||||
Address string
|
||||
}
|
||||
results := []Result{}
|
||||
var nextToken string
|
||||
@@ -58,6 +59,7 @@ func Run(ctx context.Context) error {
|
||||
Name: result.Name,
|
||||
Lat: result.Geometry.Location.Lat,
|
||||
Lng: result.Geometry.Location.Lng,
|
||||
Address: result.FormattedAddress,
|
||||
})
|
||||
}
|
||||
log.Printf("%d...", len(resp.Results))
|
||||
|
||||
Reference in New Issue
Block a user