GeoIP.lat_lon(query) Returns a coordinate tuple of (latitude, longitude),
GeoIP.geos(query) Returns a
class GeoIP(path=None, cache=0, country=None, city=None) The GeoIP object does not require any parameters to use
GeoIP.country_name_by_addr(query)
GeoIP.record_by_name(query)
GeoIP.country_name_by_name(query)
GeoIP.region_by_addr(query)
GeoIP.region_by_name(query)
GeoIP.country(query) Returns a dictionary with the country code and country for the given query.
GeoIP.coords(query) Returns a coordinate tuple of (longitude, latitude).
Page 1 of 2