7 lines
128 B
Go
7 lines
128 B
Go
|
|
package stadia
|
||
|
|
|
||
|
|
type RequestGeocode interface {
|
||
|
|
SetBoundaryRect(xmin, ymin, xmax, ymax float64)
|
||
|
|
SetFocusPoint(x, y float64)
|
||
|
|
}
|