manager

package module
v0.0.0-...-259cbe8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 28, 2022 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

View Source
const SIZE = "1280x960"

Variables

This section is empty.

Functions

This section is empty.

Types

type Cache

type Cache struct {
	// contains filtered or unexported fields
}

type DownloadRequest

type DownloadRequest struct {
	Location Location
	Angle    int
}

type Downloader

type Downloader struct {
	Input           chan DownloadRequest
	LocationUpdater chan DownloadRequest
	Output          chan image.Image
	// contains filtered or unexported fields
}

func (*Downloader) Run

func (d *Downloader) Run(key string)

type Location

type Location struct {
	Latitude  float64 `json:"lat,omitempty"`
	Longitude float64 `json:"lng,omitempty"`
}

type Metadata

type Metadata struct {
	Copyright string   `json:"copyright,omitempty"`
	Date      string   `json:"date,omitempty"`
	Location  Location `json:"Location"`
	PanoId    string   `json:"pano_id,omitempty"`
	Status    string   `json:"status,omitempty"`
}

type Point

type Point struct {
	// contains filtered or unexported fields
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL