注: 以下の翻訳の正確性は検証されていません。AIPを利用して英語版の原文から機械的に翻訳されたものです。
対応しているモード: Batch, Streaming
開始地点、進路、距離が指定されたパスに沿って目的地点を計算します。
式のカテゴリ: Geospatial
出力タイプ: GeoPoint
引数の値:
course
distance
point_a
GREAT_CIRCLE
point_a | course | distance | Output |
---|---|---|---|
{ latitude: 48.8567, longitude: 2.3508, } | 225.0 | 32000.0 | { latitude: 48.65279552300661, longitude: 2.0427666779658806, } |
引数の値:
course
distance
point_a
LOXODROME
point_a | course | distance | Output |
---|---|---|---|
{ latitude: 48.8567, longitude: 2.3508, } | 225.0 | 32000.0 | { latitude: 48.65320703115239, longitude: 2.0421403965968183, } |
引数の値:
course
distance
point_a
point_a | course | distance | Output |
---|---|---|---|
{ latitude: 48.8567, longitude: 2.3508, } | 225.0 | 32000.0 | { latitude: 48.65279552300661, longitude: 2.0427666779658806, } |
引数の値:
course
distance
point_a
LOXODROME
point_a | course | distance | Output |
---|---|---|---|
{ latitude: 42.779577, longitude: -156.581761, } | 10.0 | 8000000.0 | { latitude: 90.0, longitude: 0.0, } |