Calculate the distance between geographical coordinates, latitude and longitude.
float GeoipDistance(float lat1, float lon1, float lat2, float lon2, int system)
The first IP latitude.
The first IP longitude.
The second IP latitude.
The second IP longitude.
The system of measurement, 0 = Metric(kilometers) or 1 = English(miles).
The distance as result in specified system of measurement.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.