계산된 중심점 Point
Feature 결과입니다.
const coordinate1 = [127.02222, 37.49144];
const coordinate2 = [127.015522, 37.49044];
const midPoint = analysis.measurement.midpoint(coordinate1, coordinate2);
Get a midpoint between points 두 점의 중심점을 계산하는 예제
Generated using TypeDoc
두 점의 중심점을 계산하는 함수입니다.