native Float:geoip_latitude(const ip[]);
ip | The IP address to look up. |
Look up the city's latitude for the given IP address.
This native requires GeoIP City database, which can be retrieved from: http://dev.maxmind.com/geoip/geoip2/geolite2/ (MaxMind DB binary)
The result of the geoip look up, 0 if latitude is not found.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.