You are here

Deprecated in GMap Module 7.2

Primary tabs

Examples: "before Drupal 9", "in Drupal 8.4"
Namesort descending Location Type Deprecation Direct uses Namespaced uses Overrides Use statements
gmap_defaults ./gmap.module function use GmapDefaults::getInstance()->getDefaults() 8
gmap_polyutil_dist ./gmap_polyutil.inc function use GmapPolylineToolbox::getInstance()->setLinePoints($p1, $p2)->getDist();
gmap_polyutil_dp_encode ./gmap_polyutil.inc function use GmapPolylineToolbox::getInstance()->setPoints($points)->getDPEncode();
gmap_polyutil_encode_latlon ./gmap_polyutil.inc function use GmapPolylineToolbox::getInstance()->setLatLonNumber($x)->getEncodedLatLon();
gmap_polyutil_encode_levels ./gmap_polyutil.inc function use GmapPolylineToolbox::getInstance()->setLatLonNumber($x)->getEncodedLevels();
gmap_polyutil_point_line_dist ./gmap_polyutil.inc function use GmapPolylineToolbox::getInstance() ->setMeasurePoint($q)->setLinePoints($p1, $p2)->getPointLineDist();
gmap_polyutil_polyline ./gmap_polyutil.inc function use GmapPolylineToolbox::getInstance()->setPoints($points)->getPolyline();
_gmap_base_js ./gmap.module function use GmapDefaults::getInstance()->getBaseJs() 2
_gmap_doheader ./gmap.module function will be removed in next major release upgrade
_gmap_parse_macro ./gmap_parse_macro.inc function use GmapMacroToolbox::getInstance() ->setMacroString($instring, $ver = 2)->getParsedMacro() 2
_gmap_parse_style ./gmap_parse_macro.inc function use GmapMacroToolbox::getInstance()->setStyle($style)->getParsedStyles() 1
_gmap_polyutil_encode ./gmap_polyutil.inc function use GmapPolylineToolbox::getInstance()->setLatLonNumber($x)->getEncode();
_gmap_polyutil_get_zoom_level ./gmap_polyutil.inc function use GmapPolylineToolbox::getInstance()->setWeight($weight)->getZoomLevel();
_gmap_polyutil_zoom_levels ./gmap_polyutil.inc function use GmapPolylineToolbox::getInstance()->getZoomLevels();
_gmap_str2coord ./gmap_parse_macro.inc function use GmapMacroToolbox::getInstance()->setStyle($style)->getParsedStyles() 1

Other projects