The only thing wrong at this point that I can tell is that address aren't being correctly populated when I reverse geocode.
6 lines
128 B
Go
6 lines
128 B
Go
package stadia
|
|
|
|
type RequestGeocode interface {
|
|
SetBoundaryRect(xmin, ymin, xmax, ymax float64)
|
|
SetFocusPoint(x, y float64)
|
|
}
|