mirror of
https://github.com/acamarata/qibla.git
synced 2026-06-30 19:04:28 +00:00
style: fix prettier table formatting in wiki
This commit is contained in:
parent
1e9f57f3f9
commit
0fc8bfb4a9
1 changed files with 2 additions and 2 deletions
|
|
@ -90,8 +90,8 @@ Useful for drawing the Qibla direction line on a map. Returns `steps + 1` points
|
|||
|
||||
| Name | Type | Default | Description |
|
||||
| ------- | -------- | ------- | ---------------------------------------------------- |
|
||||
| `lat` | `number` |: | Observer latitude in decimal degrees (−90 to 90). |
|
||||
| `lng` | `number` |: | Observer longitude in decimal degrees (−180 to 180). |
|
||||
| `lat` | `number` | : | Observer latitude in decimal degrees (−90 to 90). |
|
||||
| `lng` | `number` | : | Observer longitude in decimal degrees (−180 to 180). |
|
||||
| `steps` | `number` | `120` | Number of segments. Result has `steps + 1` points. |
|
||||
|
||||
**Returns:** `[number, number][]`: Array of `[latitude, longitude]` pairs in degrees.
|
||||
|
|
|
|||
Loading…
Reference in a new issue