exporter

package
v0.0.0-...-929c2b4 Latest Latest
Warning

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

Go to latest
Published: Nov 23, 2022 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func BuildKMLFile

func BuildKMLFile(photosURLBase string) ([]byte, error)

Types

type KML

type KML struct {
	XMLName    xml.Name    `xml:"Document"`
	Placemarks []Placemark `xml:"Placemark"`
}

type Placemark

type Placemark struct {
	Name        string `xml:"name"`
	Description string `xml:"description"`
	Coordinates string `xml:"Point>coordinates"`
}

Jump to

Keyboard shortcuts

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