Documentation
¶
Overview ¶
Package geogridtiletype
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Geotile = GeoGridTileType{"geotile"} Geohex = GeoGridTileType{"geohex"} Geohash = GeoGridTileType{"geohash"} )
Functions ¶
This section is empty.
Types ¶
type GeoGridTileType ¶
type GeoGridTileType struct {
Name string
}
func (GeoGridTileType) MarshalText ¶
func (g GeoGridTileType) MarshalText() (text []byte, err error)
func (GeoGridTileType) String ¶
func (g GeoGridTileType) String() string
func (*GeoGridTileType) UnmarshalText ¶
func (g *GeoGridTileType) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.