public function GmapMacroToolbox::setCoordString in GMap Module 7.2
Setting $this->coordString.
Parameters
string $str: Input string variable.
Return value
object $this GmapMacroToolbox former _gmap_str2coord($str)
File
- lib/
Drupal/ gmap/ GmapMacroToolbox.php, line 127 - Contains GmapMacroToolbox.php
Class
Namespace
Drupal\gmapCode
public function setCoordString($str) {
$this->coordString = $str;
return $this;
}