Home
last modified time | relevance | path

Searched refs:markerOptions (Results 1 – 2 of 2) sorted by relevance

/plugin/googlemaps3/
H A Dsyntax.php105 list($mapOptions, $markerOptions) = explode('>',substr($match,12,-14),2);
108 $markers = $this->getMarkers($markerOptions);
/plugin/authgoogle/google/contrib/
H A DGoogle_FusiontablesService.php1118 public $markerOptions; variable in Google_StyleSetting
1134 public function setMarkerOptions(Google_PointStyle $markerOptions) { argument
1135 $this->markerOptions = $markerOptions;
1138 return $this->markerOptions;