Home
last modified time | relevance | path

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

12

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastore/
H A 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/Books/
H A DGeolayerdataGeoViewportHi.php22 public $latitude; variable in Google\\Service\\Books\\GeolayerdataGeoViewportHi
25 public function setLatitude($latitude) argument
27 $this->latitude = $latitude;
31 return $this->latitude;
H A DGeolayerdataGeoViewportLo.php22 public $latitude; variable in Google\\Service\\Books\\GeolayerdataGeoViewportLo
25 public function setLatitude($latitude) argument
27 $this->latitude = $latitude;
31 return $this->latitude;
H A 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/MyBusinessBusinessInformation/
H A 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/StreetViewPublish/
H A 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/CloudTalentSolution/
H A 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/PlayableLocations/
H A 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/Vision/
H A 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/Dialogflow/
H A 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/Directory/
H A 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/Firestore/
H A 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/
H A 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/DisplayVideo/
H A DPoiTargetingOptionDetails.php26 public $latitude; variable in Google\\Service\\DisplayVideo\\PoiTargetingOptionDetails
43 public function setLatitude($latitude) argument
45 $this->latitude = $latitude;
49 return $this->latitude;
H A 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/YouTube/
H A 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/Sasportal/
H A DSasPortalNrqzValidation.php30 public $latitude; variable in Google\\Service\\Sasportal\\SasPortalNrqzValidation
65 public function setLatitude($latitude) argument
67 $this->latitude = $latitude;
71 return $this->latitude;
H A 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/SASPortalTesting/
H A DSasPortalNrqzValidation.php30 public $latitude; variable in Google\\Service\\SASPortalTesting\\SasPortalNrqzValidation
65 public function setLatitude($latitude) argument
67 $this->latitude = $latitude;
71 return $this->latitude;
H A 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/CivicInfo/
H A 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/
H A 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/
H A 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/geourl/
H A Dadmin.php99 $gu_settings['latitude'] = $this->geourl['latitude'];
/plugin/structgeohash/
H A Dgeohash.js70 return { latitude: lat, longitude: lon};
73 function encodeGeoHash(latitude, longitude) { argument
95 if (latitude > mid) {

12