geoip_latitude

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

Syntax

native Float:geoip_latitude(const ip[])

Usage

ip The IP address to look up.

Return

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

Notes

This native requires GeoIP City database, which can be retrieved from:

Defined in geoip.inc at line 187 . This documentation was automatically generated from source.