Home
last modified time | relevance | path

Searched refs:latitude (Results 26 – 48 of 48) sorted by path

12

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sasportal/
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;
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;
/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/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/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/codeprettify/code-prettify/src/
H A Dlang-xq.js64latitude|cts:point|cts:or-query-queries|cts:or-query|cts:not-query-weight|cts:not-query-query|cts:…
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md1776 - Change Elastica_Filter_GeoDistance::__construct(), accepts geohash parameter (BC break, before: ($key, $latitude, $longitude, $distance), after: ($key, $location, $distance) where $location is array('lat' => $latitude, 'lon' => $longitude) or a geohash)
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DDocument.php177 public function addGeoPoint(string $key, float $latitude, float $longitude): self argument
179 $value = ['lat' => $latitude, 'lon' => $longitude];
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DAbstractGeoDistance.php22 * Decides if this query uses latitude/longitude or geohash for the location.
107 throw new InvalidException('$location has to be an array (latitude/longitude) or a string (geohash)');
116 public function setLatitude(float $latitude): self argument
118 $this->_latitude = $latitude;
/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/icalevents/vendor/sabre/vobject/resources/schema/
H A Dxcal.rng748 element latitude { xsd:float },
/plugin/icons/assets/material-design-icons/css/
H A Dmaterialdesignicons.min.css1 …stfm::before{content:"\F326"}.mdi-lastpass::before{content:"\F446"}.mdi-latitude::before{content:"…
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt528 calculated values (decimal latitude, longitude, altitude, time)
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio-video.quicktime.php1588 @list($all, $latitude, $longitude, $altitude) = $matches;
1589 $info['quicktime']['comments']['gps_latitude'][] = floatval($latitude);
/plugin/ol3/
H A Dscript.js8 …?(this.position_[0]=e.longitude,this.position_[1]=e.latitude):this.position_=[e.longitude,e.latitu…
/plugin/openlayersmap/ol7/
H A Dol.js.map
/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/quickstats/GEOIP/vendor/geoip2/geoip2/
H A DREADME.md140 print($record->location->latitude . "\n"); // 44.9733
228 print($record->location->latitude . "\n"); // 44.9733
299 print($record->location->latitude . "\n"); // 44.9733
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/Record/
H A DLocation.php19 * @property-read float|null $latitude The approximate latitude of the location
/plugin/structgeohash/
H A Dgeohash.js70 return { latitude: lat, longitude: lon};
73 function encodeGeoHash(latitude, longitude) { argument
95 if (latitude > mid) {
H A Dscript.js31 var map = L.map(id).setView([decoded.latitude[2], decoded.longitude[2]], 13);
42 var marker = L.marker([decoded.latitude[2], decoded.longitude[2]]).addTo(map);
/plugin/webdav/vendor/sabre/vobject/resources/schema/
H A Dxcal.rng748 element latitude { xsd:float },

12