Home
last modified time | relevance | path

Searched refs:longitude (Results 1 – 25 of 49) sorted by relevance

12

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastore/
H A DLatLng.php23 public $longitude; variable in Google\\Service\\Datastore\\LatLng
33 public function setLongitude($longitude) argument
35 $this->longitude = $longitude;
39 return $this->longitude;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/
H A DGeolayerdataGeoViewportHi.php23 public $longitude; variable in Google\\Service\\Books\\GeolayerdataGeoViewportHi
33 public function setLongitude($longitude) argument
35 $this->longitude = $longitude;
39 return $this->longitude;
H A DGeolayerdataGeoViewportLo.php23 public $longitude; variable in Google\\Service\\Books\\GeolayerdataGeoViewportLo
33 public function setLongitude($longitude) argument
35 $this->longitude = $longitude;
39 return $this->longitude;
H A DGeolayerdataGeo.php36 public $longitude; variable in Google\\Service\\Books\\GeolayerdataGeo
98 public function setLongitude($longitude) argument
100 $this->longitude = $longitude;
104 return $this->longitude;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessBusinessInformation/
H A DLatLng.php23 public $longitude; variable in Google\\Service\\MyBusinessBusinessInformation\\LatLng
33 public function setLongitude($longitude) argument
35 $this->longitude = $longitude;
39 return $this->longitude;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/StreetViewPublish/
H A DLatLng.php23 public $longitude; variable in Google\\Service\\StreetViewPublish\\LatLng
33 public function setLongitude($longitude) argument
35 $this->longitude = $longitude;
39 return $this->longitude;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudTalentSolution/
H A DLatLng.php23 public $longitude; variable in Google\\Service\\CloudTalentSolution\\LatLng
33 public function setLongitude($longitude) argument
35 $this->longitude = $longitude;
39 return $this->longitude;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PlayableLocations/
H A DGoogleTypeLatLng.php23 public $longitude; variable in Google\\Service\\PlayableLocations\\GoogleTypeLatLng
33 public function setLongitude($longitude) argument
35 $this->longitude = $longitude;
39 return $this->longitude;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/
H A DLatLng.php23 public $longitude; variable in Google\\Service\\Vision\\LatLng
33 public function setLongitude($longitude) argument
35 $this->longitude = $longitude;
39 return $this->longitude;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleTypeLatLng.php23 public $longitude; variable in Google\\Service\\Dialogflow\\GoogleTypeLatLng
33 public function setLongitude($longitude) argument
35 $this->longitude = $longitude;
39 return $this->longitude;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
H A DBuildingCoordinates.php23 public $longitude; variable in Google\\Service\\Directory\\BuildingCoordinates
33 public function setLongitude($longitude) argument
35 $this->longitude = $longitude;
39 return $this->longitude;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Firestore/
H A DLatLng.php23 public $longitude; variable in Google\\Service\\Firestore\\LatLng
33 public function setLongitude($longitude) argument
35 $this->longitude = $longitude;
39 return $this->longitude;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/
H A DDriveFileImageMediaMetadataLocation.php24 public $longitude; variable in Google\\Service\\Drive\\DriveFileImageMediaMetadataLocation
42 public function setLongitude($longitude) argument
44 $this->longitude = $longitude;
48 return $this->longitude;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/
H A DPoiTargetingOptionDetails.php27 public $longitude; variable in Google\\Service\\DisplayVideo\\PoiTargetingOptionDetails
51 public function setLongitude($longitude) argument
53 $this->longitude = $longitude;
57 return $this->longitude;
H A DPoiAssignedTargetingOptionDetails.php27 public $longitude; variable in Google\\Service\\DisplayVideo\\PoiAssignedTargetingOptionDetails
60 public function setLongitude($longitude) argument
62 $this->longitude = $longitude;
66 return $this->longitude;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DGeoPoint.php24 public $longitude; variable in Google\\Service\\YouTube\\GeoPoint
42 public function setLongitude($longitude) argument
44 $this->longitude = $longitude;
48 return $this->longitude;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sasportal/
H A DSasPortalNrqzValidation.php31 public $longitude; variable in Google\\Service\\Sasportal\\SasPortalNrqzValidation
73 public function setLongitude($longitude) argument
75 $this->longitude = $longitude;
79 return $this->longitude;
H A DSasPortalInstallationParams.php61 public $longitude; variable in Google\\Service\\Sasportal\\SasPortalInstallationParams
214 public function setLongitude($longitude) argument
216 $this->longitude = $longitude;
220 return $this->longitude;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SASPortalTesting/
H A DSasPortalNrqzValidation.php31 public $longitude; variable in Google\\Service\\SASPortalTesting\\SasPortalNrqzValidation
73 public function setLongitude($longitude) argument
75 $this->longitude = $longitude;
79 return $this->longitude;
H A DSasPortalInstallationParams.php61 public $longitude; variable in Google\\Service\\SASPortalTesting\\SasPortalInstallationParams
214 public function setLongitude($longitude) argument
216 $this->longitude = $longitude;
220 return $this->longitude;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CivicInfo/
H A DPollingLocation.php30 public $longitude; variable in Google\\Service\\CivicInfo\\PollingLocation
90 public function setLongitude($longitude) argument
92 $this->longitude = $longitude;
96 return $this->longitude;
/plugin/quickstats/GEOIP/
H A Dgeoipcity.inc37 public $longitude;
116 // Get latitude and longitude
118 $longitude = 0;
126 $longitude += ($char << ($j * 8));
128 $record->longitude = ($longitude / 10000) - 180;
/plugin/geonav/js/
H A DgetLocation.js18 function reverseGeocode(latitude,longitude, btn){ argument
20 var latlng = new GLatLng(latitude, longitude);
25 saveLong = longitude;
54 var longitude = googleAddr.coordinates[0] ;
/plugin/geourl/
H A Dadmin.php100 $gu_settings['longitude'] = $this->geourl['longitude'];
/plugin/structgeohash/
H A Dgeohash.js70 return { latitude: lat, longitude: lon};
73 function encodeGeoHash(latitude, longitude) { argument
88 if (longitude > mid) {

12