Home
last modified time | relevance | path

Searched refs:longitude (Results 26 – 49 of 49) 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)');
127 public function setLongitude(float $longitude): self argument
129 $this->_longitude = $longitude;
163 if (self::LOCATION_TYPE_LATLON === $this->_locationType) { // Latitude/longitude
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/Record/
H A DLocation.php22 * @property-read float|null $longitude The approximate longitude of the location
/plugin/authgoogle/google/contrib/
H A DGoogle_BooksService.php1881 public $longitude; variable in Google_BooksLayerGeoDataGeo
1913 $this->longitude = $longitude;
1916 return $this->longitude;
1940 public $longitude; variable in Google_BooksLayerGeoDataGeoBoundary
1948 $this->longitude = $longitude;
1951 return $this->longitude;
1978 public $longitude; variable in Google_BooksLayerGeoDataGeoViewportHi
1986 $this->longitude = $longitude;
1989 return $this->longitude;
1995 public $longitude; variable in Google_BooksLayerGeoDataGeoViewportLo
[all …]
H A DGoogle_CoordinateService.php712 public $longitude; variable in Google_LocationRecord
737 public function setLongitude( $longitude) { argument
738 $this->longitude = $longitude;
741 return $this->longitude;
H A DGoogle_ModeratorService.php1037 public $longitude; variable in Google_ProfileAttributionGeo
1050 public function setLongitude($longitude) { argument
1051 $this->longitude = $longitude;
1054 return $this->longitude;
1454 public $longitude; variable in Google_SubmissionGeo
1467 public function setLongitude($longitude) { argument
1468 $this->longitude = $longitude;
1471 return $this->longitude;
H A DGoogle_PlusService.php1364 public $longitude; variable in Google_ItemScope
1612 public function setLongitude( $longitude) { argument
1613 $this->longitude = $longitude;
1616 return $this->longitude;
2392 public $longitude; variable in Google_PlacePosition
2399 public function setLongitude( $longitude) { argument
2400 $this->longitude = $longitude;
2403 return $this->longitude;
H A DGoogle_MirrorService.php662 public $longitude; variable in Google_Location
700 public function setLongitude( $longitude) { argument
701 $this->longitude = $longitude;
704 return $this->longitude;
H A DGoogle_PlusDomainsService.php2440 public $longitude; variable in Google_PlacePosition
2447 public function setLongitude( $longitude) { argument
2448 $this->longitude = $longitude;
2451 return $this->longitude;
H A DGoogle_DriveService.php2761 public $longitude; variable in Google_DriveFileImageMediaMetadataLocation
2774 public function setLongitude( $longitude) { argument
2775 $this->longitude = $longitude;
2778 return $this->longitude;
H A DGoogle_YouTubeService.php2143 public $longitude; variable in Google_GeoPoint
2156 public function setLongitude( $longitude) { argument
2157 $this->longitude = $longitude;
2160 return $this->longitude;
/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.md141 print($record->location->longitude . "\n"); // -93.2323
229 print($record->location->longitude . "\n"); // -93.2323
300 print($record->location->longitude . "\n"); // -93.2323
/plugin/codeprettify/code-prettify/src/
H A Dlang-xq.js64longitude|cts:point-latitude|cts:point|cts:or-query-queries|cts:or-query|cts:not-query-weight|cts:…
/plugin/webdav/vendor/sabre/vobject/resources/schema/
H A Dxcal.rng749 element longitude { xsd:float }
/plugin/icalevents/vendor/sabre/vobject/resources/schema/
H A Dxcal.rng749 element longitude { xsd:float }
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio-video.quicktime.php1588 @list($all, $latitude, $longitude, $altitude) = $matches;
1590 $info['quicktime']['comments']['gps_longitude'][] = floatval($longitude);
/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 …before{content:"\F343"}.mdi-logout-variant::before{content:"\F5FD"}.mdi-longitude::before{content:…
/plugin/ol3/
H A Dscript.js8 …ding)),this.position_?(this.position_[0]=e.longitude,this.position_[1]=e.latitude):this.position_=…
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1longitude","winding","phi0","sinPhi0","cosPhi0","sinPhi1","cosPhi1","phi1","absDelta","intersectio…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1longitude(point) {\n if (abs(point[0]) <= pi)\n return point[0];\n else\n return sign(poin…

12