Home
last modified time | relevance | path

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

12

/plugin/structgeohash/
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/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/quickstats/GEOIP/vendor/geoip2/geoip2/src/Record/
H A DLocation.php19 * @property-read float|null $latitude The approximate latitude of the location
/plugin/authgoogle/google/
H A Dconfig.php61 'latitude' => array(
/plugin/authgoogle/google/contrib/
H A DGoogle_BooksService.php1880 public $latitude; variable in Google_BooksLayerGeoDataGeo
1907 $this->latitude = $latitude;
1910 return $this->latitude;
1939 public $latitude; variable in Google_BooksLayerGeoDataGeoBoundary
1942 $this->latitude = $latitude;
1945 return $this->latitude;
1977 public $latitude; variable in Google_BooksLayerGeoDataGeoViewportHi
1980 $this->latitude = $latitude;
1983 return $this->latitude;
1994 public $latitude; variable in Google_BooksLayerGeoDataGeoViewportLo
[all …]
H A DGoogle_CoordinateService.php711 public $latitude; variable in Google_LocationRecord
731 public function setLatitude( $latitude) { argument
732 $this->latitude = $latitude;
735 return $this->latitude;
H A DGoogle_ModeratorService.php1035 public $latitude; variable in Google_ProfileAttributionGeo
1038 public function setLatitude($latitude) { argument
1039 $this->latitude = $latitude;
1042 return $this->latitude;
1452 public $latitude; variable in Google_SubmissionGeo
1455 public function setLatitude($latitude) { argument
1456 $this->latitude = $latitude;
1459 return $this->latitude;
H A DGoogle_PlusService.php1360 public $latitude; variable in Google_ItemScope
1600 public function setLatitude( $latitude) { argument
1601 $this->latitude = $latitude;
1604 return $this->latitude;
2391 public $latitude; variable in Google_PlacePosition
2393 public function setLatitude( $latitude) { argument
2394 $this->latitude = $latitude;
2397 return $this->latitude;
H A DGoogle_MirrorService.php661 public $latitude; variable in Google_Location
694 public function setLatitude( $latitude) { argument
695 $this->latitude = $latitude;
698 return $this->latitude;
H A DGoogle_PlusDomainsService.php2439 public $latitude; variable in Google_PlacePosition
2441 public function setLatitude( $latitude) { argument
2442 $this->latitude = $latitude;
2445 return $this->latitude;
H A DGoogle_DriveService.php2760 public $latitude; variable in Google_DriveFileImageMediaMetadataLocation
2768 public function setLatitude( $latitude) { argument
2769 $this->latitude = $latitude;
2772 return $this->latitude;
H A DGoogle_YouTubeService.php2142 public $latitude; variable in Google_GeoPoint
2150 public function setLatitude( $latitude) { argument
2151 $this->latitude = $latitude;
2154 return $this->latitude;
/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/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/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/webdav/vendor/sabre/vobject/resources/schema/
H A Dxcal.rng748 element latitude { xsd:float },
/plugin/icalevents/vendor/sabre/vobject/resources/schema/
H A Dxcal.rng748 element latitude { xsd:float },
/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/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/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt528 calculated values (decimal latitude, longitude, altitude, time)
/plugin/openlayersmap/ol7/
H A Dol.js.map
/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/ol3/
H A Dscript.js8 …?(this.position_[0]=e.longitude,this.position_[1]=e.latitude):this.position_=[e.longitude,e.latitu…

12