All Functions

gps - latitude longitude coordinates

The GPS function provides you with random latitude and/or longitude values.

Source: http://en.wikipedia.org/wiki/Geographic_coordinate_system

Usage(s)

gps () Returns a latitude longitude value pair
gps ( $type ) Returns a latitude or longitude value based on the $Type paremeter

Parameter(s)

$type Type can be "lat" for latitude or "long" for longtitude values only.

Example(s)

Gps coordinates usable in Google Maps

gps()
-59.709701 157.668416
42.217539 -160.831090
3.379012 162.021771
68.769373 66.126319
-47.615708 152.161302
60.741091 -80.854247
4.354819 -141.486519
-1.590570 -164.218687
-39.198200 126.736407
44.180086 37.830103
73.026434 92.899319
12.198517 97.333448
-34.314786 58.544908
25.997121 51.874097
30.198424 -171.189705
46.783343 116.105231
-4.302983 -123.218599
-10.541457 -91.636064
51.590133 54.350003
-50.337870 110.403720

Gps coordinates with custimized formatting

gps(lat);gps(long)
46.227427;135.704051
71.354844;-35.093772
-72.411646;-83.214586
37.297526;-67.887934
3.998122;106.659082
21.816140;39.324162
-41.587613;-166.025512
48.619494;166.517253
-43.481407;-104.261539
-78.762417;154.343583

See also

country - countries