Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Stitcher ¶
type Stitcher interface { Stitch(width int, height int, zoom int, lat float64, long float64, label string) string Queue(width int, height int, zoom int, lat float64, long float64, label string) error StaticImage(width int, height int, zoom int, lat float64, long float64, label string) (string, error) StartWorker() }
Stitcher interface
Click to show internal directories.
Click to hide internal directories.