geolocation

package
v0.0.0-...-2873e01 Latest Latest
Warning

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

Go to latest
Published: Apr 29, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Full

type Full struct {
	Geometry   Geometry   `json:"geometry"`
	Properties Properties `json:"properties"`
}

func Parse

func Parse(ss []string) (m Full, err error)

func (*Full) Scan

func (set *Full) Scan(src any) error

func (Full) Value

func (set Full) Value() (driver.Value, error)

type Geometry

type Geometry struct {
	Type        string    `json:"type"`
	Coordinates []float64 `json:"coordinates"`
}

type Properties

type Properties struct {
	Name string `json:"name"`
}

Jump to

Keyboard shortcuts

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