Kumo
Search for locations and get maps
ksession.GetGIS(ParamGIS) (GIS, error)Parameter
Type
Location
string
Fast
bool
More
bool
Zoom
int
IncludeMap
bool
gis, err := ksession.GetGIS(ksoftgo.ParamGIS{Location: "Montréal"})Get weather
ksession.GetWeather(ParamWeather) (Weather, error)Parameter
Type
Location
string
ReportType
string
Units
string
Lang
string
Icons
string
weather, err := ksession.GetWeather(ksoftgo.ParamWeather{Location: "Montréal", ReportType: "daily"})GeoIP lookup
Parameter
Type
ip
string
Success: Returns IPRecord
Currency Conversion
Parameter
Type
value
int64
from
string
to
string
Last updated
Was this helpful?