Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Firestore/
H A DValue.php111 public function setGeoPointValue(LatLng $geoPointValue) argument
113 $this->geoPointValue = $geoPointValue;
120 return $this->geoPointValue;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastore/
H A DValue.php145 public function setGeoPointValue(LatLng $geoPointValue) argument
147 $this->geoPointValue = $geoPointValue;
154 return $this->geoPointValue;