You are here

function geocoder_json in Geocoder 7

Process Markup.

1 call to geocoder_json()
geocoder_json_field in plugins/geocoder_handler/json.inc
Plugin callback.
1 string reference to 'geocoder_json'
json.inc in plugins/geocoder_handler/json.inc

File

plugins/geocoder_handler/json.inc, line 19

Code

function geocoder_json($json_string, $options = array()) {
  geophp_load();
  return geoPHP::load($json_string, 'json');
}