You are here

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

GmapMacroToolbox

Namespace

Drupal\gmap

Code

public function setCoordString($str) {
  $this->coordString = $str;
  return $this;
}