CoreSQLGPS

package
v5.1.37 Latest Latest
Warning

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

Go to latest
Published: May 16, 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 FieldsPoint

type FieldsPoint struct {
	//坐标位置
	Longitude float64 `db:"longitude" json:"longitude"`
	Latitude  float64 `db:"latitude" json:"latitude"`
}

坐标设计

func (*FieldsPoint) Scan

func (t *FieldsPoint) Scan(value interface{}) error

func (FieldsPoint) Value

func (t FieldsPoint) Value() (driver.Value, error)

sql底层处理器

type FieldsPoints

type FieldsPoints []FieldsPoint

一组坐标系

func (*FieldsPoints) Scan

func (t *FieldsPoints) Scan(value interface{}) error

func (FieldsPoints) Value

func (t FieldsPoints) Value() (driver.Value, error)

sql底层处理器

Jump to

Keyboard shortcuts

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