Home
last modified time | relevance | path

Searched refs:latLng (Results 1 – 8 of 8) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/
H A DGoogleCloudVisionV1p2beta1LocationInfo.php28 public function setLatLng(LatLng $latLng) argument
30 $this->latLng = $latLng;
37 return $this->latLng;
H A DGoogleCloudVisionV1p4beta1LocationInfo.php28 public function setLatLng(LatLng $latLng) argument
30 $this->latLng = $latLng;
37 return $this->latLng;
H A DGoogleCloudVisionV1p1beta1LocationInfo.php28 public function setLatLng(LatLng $latLng) argument
30 $this->latLng = $latLng;
37 return $this->latLng;
H A DLocationInfo.php28 public function setLatLng(LatLng $latLng) argument
30 $this->latLng = $latLng;
37 return $this->latLng;
H A DGoogleCloudVisionV1p3beta1LocationInfo.php28 public function setLatLng(LatLng $latLng) argument
30 $this->latLng = $latLng;
37 return $this->latLng;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudTalentSolution/
H A DLocation.php35 public function setLatLng(LatLng $latLng) argument
37 $this->latLng = $latLng;
44 return $this->latLng;
H A DLocationFilter.php63 public function setLatLng(LatLng $latLng) argument
65 $this->latLng = $latLng;
72 return $this->latLng;
/plugin/googlemap3/
H A Dgooglemap3.js73 var lat = event.latLng.lat();
74 var lng = event.latLng.lng();
90 map.markerHelper.setPosition(event.latLng);
103 map.panTo(event.latLng);