Function intermediatePoint

  • An intermediate point at any fraction along the great circle path between two points

    Parameters

    • latlng1: [number, number]
    • latlng2: [number, number]
    • fraction: number

      f is fraction along great circle route (f=0 is point 1, f=1 is point 2)

    Returns [number, number]

Generated using TypeDoc