Skip to content
Phillip Ferland edited this page Jun 6, 2016 · 1 revision

User Documentation

URL: /api/geonames.php

Parameters:

  • POST or GET (string) lat : Latitude of GeoName wanted
  • POST or GET (string) long : Longitude of GeoName wanted.
  • POST or GET (string) output: Supported are json, xml, or raw. Default is json. (See api::dev::Output for more info)

Description

Uses dbcore->GeoNames() to look up the GeoName of the Lat/Long that was given.


Developer Documentation

###File path: /api/geonames.php

Description

Uses dbcore->GeoNames() to look up the GeoName of the Lat/Long that was given.

Classes used

  • dbcore