native

geoip_latitude

Syntax

native Float:geoip_latitude(const ip[]);

Description

Look up the city's latitude for the given IP address.

Parameters

ip The IP address to look up.

Note

This native requires GeoIP City database, which can be retrieved from:
http://dev.maxmind.com/geoip/geoip2/geolite2/ (MaxMind DB binary)

Return

The result of the geoip look up, 0 if latitude is not found.