You are here

function _geofield_geo_types_options_callback in Geofield 7.2

Same name and namespace in other branches
  1. 7 geofield.module \_geofield_geo_types_options_callback()
1 string reference to '_geofield_geo_types_options_callback'
geofield_data_property_info in ./geofield.schemaorg.inc
Defines info for the properties of the geofield field data structure.

File

./geofield.schemaorg.inc, line 145

Code

function _geofield_geo_types_options_callback() {
  $geophp = geophp_load();
  if (!$geophp) {
    return;
  }
  return geoPHP::geometryList();
}