Documentation ¶
Overview ¶
Package geoorientation
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Right = GeoOrientation{"right"} Left = GeoOrientation{"left"} )
Functions ¶
This section is empty.
Types ¶
type GeoOrientation ¶
type GeoOrientation struct {
Name string
}
func (GeoOrientation) MarshalText ¶
func (g GeoOrientation) MarshalText() (text []byte, err error)
func (GeoOrientation) String ¶
func (g GeoOrientation) String() string
func (*GeoOrientation) UnmarshalText ¶
func (g *GeoOrientation) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.