/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/ |
H A D | LatLongRect.php | 22 protected $maxLatLngType = LatLng::class; 24 protected $minLatLngType = LatLng::class; 28 * @param LatLng 30 public function setMaxLatLng(LatLng $maxLatLng) 35 * @return LatLng 42 * @param LatLng 44 public function setMinLatLng(LatLng $minLatLng) 49 * @return LatLng
|
H A D | GoogleCloudVisionV1p2beta1LocationInfo.php | 22 protected $latLngType = LatLng::class; 26 * @param LatLng 28 public function setLatLng(LatLng $latLng) 33 * @return LatLng
|
H A D | GoogleCloudVisionV1p4beta1LocationInfo.php | 22 protected $latLngType = LatLng::class; 26 * @param LatLng 28 public function setLatLng(LatLng $latLng) 33 * @return LatLng
|
H A D | GoogleCloudVisionV1p1beta1LocationInfo.php | 22 protected $latLngType = LatLng::class; 26 * @param LatLng 28 public function setLatLng(LatLng $latLng) 33 * @return LatLng
|
H A D | LocationInfo.php | 22 protected $latLngType = LatLng::class; 26 * @param LatLng 28 public function setLatLng(LatLng $latLng) 33 * @return LatLng
|
H A D | GoogleCloudVisionV1p3beta1LocationInfo.php | 22 protected $latLngType = LatLng::class; 26 * @param LatLng 28 public function setLatLng(LatLng $latLng) 33 * @return LatLng
|
H A D | LatLng.php | 20 class LatLng extends \Google\Model class 44 class_alias(LatLng::class, 'Google_Service_Vision_LatLng');
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudTalentSolution/ |
H A D | Location.php | 22 protected $latLngType = LatLng::class; 33 * @param LatLng 35 public function setLatLng(LatLng $latLng) 40 * @return LatLng
|
H A D | LocationFilter.php | 27 protected $latLngType = LatLng::class; 61 * @param LatLng 63 public function setLatLng(LatLng $latLng) 68 * @return LatLng
|
H A D | CommuteFilter.php | 36 protected $startCoordinatesType = LatLng::class; 100 * @param LatLng 102 public function setStartCoordinates(LatLng $startCoordinates) 107 * @return LatLng
|
H A D | LatLng.php | 20 class LatLng extends \Google\Model class 44 class_alias(LatLng::class, 'Google_Service_CloudTalentSolution_LatLng');
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/StreetViewPublish/ |
H A D | Pose.php | 28 protected $latLngPairType = LatLng::class; 66 * @param LatLng 68 public function setLatLngPair(LatLng $latLngPair) 73 * @return LatLng
|
H A D | LatLng.php | 20 class LatLng extends \Google\Model class 44 class_alias(LatLng::class, 'Google_Service_StreetViewPublish_LatLng');
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Firestore/ |
H A D | Value.php | 33 protected $geoPointValueType = LatLng::class; 109 * @param LatLng 111 public function setGeoPointValue(LatLng $geoPointValue) 116 * @return LatLng
|
H A D | LatLng.php | 20 class LatLng extends \Google\Model class 44 class_alias(LatLng::class, 'Google_Service_Firestore_LatLng');
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastore/ |
H A D | Value.php | 39 protected $geoPointValueType = LatLng::class; 143 * @param LatLng 145 public function setGeoPointValue(LatLng $geoPointValue) 150 * @return LatLng
|
H A D | LatLng.php | 20 class LatLng extends \Google\Model class 44 class_alias(LatLng::class, 'Google_Service_Datastore_LatLng');
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessBusinessInformation/ |
H A D | LatLng.php | 20 class LatLng extends \Google\Model class 44 class_alias(LatLng::class, 'Google_Service_MyBusinessBusinessInformation_LatLng');
|
H A D | Location.php | 35 protected $latlngType = LatLng::class; 133 * @param LatLng 135 public function setLatlng(LatLng $latlng) 140 * @return LatLng
|
/plugin/googlemap3/ |
H A D | googlemap3.js | 62 var tmpLatLng = new google.maps.LatLng(map.tmpLat, map.tmpLng); 133 center: new google.maps.LatLng(googleMapArray[i].lat, googleMapArray[i].lng), 168 googleMapArray[i].map.homeLatLng = new google.maps.LatLng(googleMapArray[i].lat, 178 position: new google.maps.LatLng(googleMapArray[i].overlay[j].lat, 206 position: new google.maps.LatLng(0, 0)
|