You are here

function geocoder_gpx in Geocoder 7

Process GPX.

1 call to geocoder_gpx()
geocoder_gpx_field in plugins/geocoder_handler/gpx.inc
Plugin callback.
1 string reference to 'geocoder_gpx'
gpx.inc in plugins/geocoder_handler/gpx.inc

File

plugins/geocoder_handler/gpx.inc, line 22

Code

function geocoder_gpx($gpx_string, $options = array()) {
  geophp_load();
  return geoPHP::load($gpx_string, 'gpx');
}