GeoIP.region_by_addr(query)
GeoIP.record_by_name(query)
GeoIP.record_by_addr(query)
GeoIP.lon_lat(query) Returns a coordinate tuple of (longitude, latitude).
GeoIP.lat_lon(query) Returns a coordinate tuple of (latitude, longitude),
GeoIP.info This property returns information about all GeoIP databases (both city and country), and the version of the GeoIP C library (if supported).
GeoIP.geos(query) Returns a django.contrib.gis.geos.Point object corresponding to the query.
GeoIP.country_name_by_name(query)
GeoIP.country_name_by_addr(query)
GeoIP.country_name(query) Returns only the country name corresponding to the query.
Page 92 of 226