Home
last modified time | relevance | path

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

12

/plugin/authgooglesheets/vendor/google/apiclient-services/src/StreetViewPublish/
DLatLng.php22 public $latitude; variable in Google\\Service\\StreetViewPublish\\LatLng
25 public function setLatitude($latitude) argument
27 $this->latitude = $latitude;
31 return $this->latitude;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessBusinessInformation/
DLatLng.php22 public $latitude; variable in Google\\Service\\MyBusinessBusinessInformation\\LatLng
25 public function setLatitude($latitude) argument
27 $this->latitude = $latitude;
31 return $this->latitude;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastore/
DLatLng.php22 public $latitude; variable in Google\\Service\\Datastore\\LatLng
25 public function setLatitude($latitude) argument
27 $this->latitude = $latitude;
31 return $this->latitude;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudTalentSolution/
DLatLng.php22 public $latitude; variable in Google\\Service\\CloudTalentSolution\\LatLng
25 public function setLatitude($latitude) argument
27 $this->latitude = $latitude;
31 return $this->latitude;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/
DLatLng.php22 public $latitude; variable in Google\\Service\\Vision\\LatLng
25 public function setLatitude($latitude) argument
27 $this->latitude = $latitude;
31 return $this->latitude;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
DBuildingCoordinates.php22 public $latitude; variable in Google\\Service\\Directory\\BuildingCoordinates
25 public function setLatitude($latitude) argument
27 $this->latitude = $latitude;
31 return $this->latitude;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PlayableLocations/
DGoogleTypeLatLng.php22 public $latitude; variable in Google\\Service\\PlayableLocations\\GoogleTypeLatLng
25 public function setLatitude($latitude) argument
27 $this->latitude = $latitude;
31 return $this->latitude;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/
DGeolayerdataGeoViewportLo.php22 public $latitude; variable in Google\\Service\\Books\\GeolayerdataGeoViewportLo
25 public function setLatitude($latitude) argument
27 $this->latitude = $latitude;
31 return $this->latitude;
DGeolayerdataGeoViewportHi.php22 public $latitude; variable in Google\\Service\\Books\\GeolayerdataGeoViewportHi
25 public function setLatitude($latitude) argument
27 $this->latitude = $latitude;
31 return $this->latitude;
DGeolayerdataGeo.php35 public $latitude; variable in Google\\Service\\Books\\GeolayerdataGeo
90 public function setLatitude($latitude) argument
92 $this->latitude = $latitude;
96 return $this->latitude;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
DGoogleTypeLatLng.php22 public $latitude; variable in Google\\Service\\Dialogflow\\GoogleTypeLatLng
25 public function setLatitude($latitude) argument
27 $this->latitude = $latitude;
31 return $this->latitude;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Firestore/
DLatLng.php22 public $latitude; variable in Google\\Service\\Firestore\\LatLng
25 public function setLatitude($latitude) argument
27 $this->latitude = $latitude;
31 return $this->latitude;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/
DDriveFileImageMediaMetadataLocation.php23 public $latitude; variable in Google\\Service\\Drive\\DriveFileImageMediaMetadataLocation
34 public function setLatitude($latitude) argument
36 $this->latitude = $latitude;
40 return $this->latitude;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
DGeoPoint.php23 public $latitude; variable in Google\\Service\\YouTube\\GeoPoint
34 public function setLatitude($latitude) argument
36 $this->latitude = $latitude;
40 return $this->latitude;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/
DPoiTargetingOptionDetails.php26 public $latitude; variable in Google\\Service\\DisplayVideo\\PoiTargetingOptionDetails
43 public function setLatitude($latitude) argument
45 $this->latitude = $latitude;
49 return $this->latitude;
DPoiAssignedTargetingOptionDetails.php26 public $latitude; variable in Google\\Service\\DisplayVideo\\PoiAssignedTargetingOptionDetails
52 public function setLatitude($latitude) argument
54 $this->latitude = $latitude;
58 return $this->latitude;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SASPortalTesting/
DSasPortalNrqzValidation.php30 public $latitude; variable in Google\\Service\\SASPortalTesting\\SasPortalNrqzValidation
65 public function setLatitude($latitude) argument
67 $this->latitude = $latitude;
71 return $this->latitude;
DSasPortalInstallationParams.php60 public $latitude; variable in Google\\Service\\SASPortalTesting\\SasPortalInstallationParams
206 public function setLatitude($latitude) argument
208 $this->latitude = $latitude;
212 return $this->latitude;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sasportal/
DSasPortalNrqzValidation.php30 public $latitude; variable in Google\\Service\\Sasportal\\SasPortalNrqzValidation
65 public function setLatitude($latitude) argument
67 $this->latitude = $latitude;
71 return $this->latitude;
DSasPortalInstallationParams.php60 public $latitude; variable in Google\\Service\\Sasportal\\SasPortalInstallationParams
206 public function setLatitude($latitude) argument
208 $this->latitude = $latitude;
212 return $this->latitude;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CivicInfo/
DPollingLocation.php29 public $latitude; variable in Google\\Service\\CivicInfo\\PollingLocation
82 public function setLatitude($latitude) argument
84 $this->latitude = $latitude;
88 return $this->latitude;
/plugin/quickstats/GEOIP/
Dgeoipcity.inc36 public $latitude;
116 // Get latitude and longitude
117 $latitude = 0;
121 $latitude += ($char << ($j * 8));
123 $record->latitude = ($latitude / 10000) - 180;
/plugin/geonav/js/
DgetLocation.js18 function reverseGeocode(latitude,longitude, btn){ argument
20 var latlng = new GLatLng(latitude, longitude);
24 saveLat = latitude;
53 var latitude = googleAddr.coordinates[1] ;
/plugin/structgeohash/
Dgeohash.js70 return { latitude: lat, longitude: lon};
73 function encodeGeoHash(latitude, longitude) { argument
95 if (latitude > mid) {
/plugin/geourl/
Dadmin.php99 $gu_settings['latitude'] = $this->geourl['latitude'];

12