Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Point ¶
type Point [2]float64
A Point consists of (X,Y) or (Lat, Lon) coordinates and it is stored in MySQL the POINT spatial data type.
func (Point) FormatParam ¶
FormatParam implements the sql.ParamFormatter interface to tell the SQL builder that the placeholder for a Point parameter needs to be formatted.
func (Point) SchemaType ¶
SchemaType defines the schema-type of the Point object.
Click to show internal directories.
Click to hide internal directories.