Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Treffynnon
Navigator
Distance
Calculator
Vincenty
PHP 클래스 Treffynnon\Navigator\Distance\Calculator\Vincenty
상속:
extends
CalculatorAbstract
파일 보기
프로젝트 열기: treffynnon/navigator
1 사용 예제들
공개 메소드들
메소드
설명
calculate
(
Treffynnon\Navigator\LatLong
$point1
,
Treffynnon\Navigator\LatLong
$point2
) :
float
Calculate the distance between two points using Vincenty's formula.
메소드 상세
calculate()
공개
메소드
Supply instances of the coordinate class. http://www.movable-type.co.uk/scripts/LatLongVincenty.html
public
calculate
(
Treffynnon\Navigator\LatLong
$point1
,
Treffynnon\Navigator\LatLong
$point2
) :
float
$point1
Treffynnon\Navigator\LatLong
$point2
Treffynnon\Navigator\LatLong
리턴
float