2,733
edits
Red Leader (talk | contribs) (Save) |
Red Leader (talk | contribs) |
||
Line 78: | Line 78: | ||
|param2text = The longitude coordinate. | |param2text = The longitude coordinate. | ||
|param3 = alt | |param3 = alt | ||
|param3text = The altitude coordinate. Note that this can be in either feet or metres, so make sure you convert correctly. | |param3text = The altitude coordinate. Note that this can be in either feet or metres, so make sure you convert correctly. Defaults to 0. | ||
|example1 = var coord = geo.Coord.new(); | |example1 = var coord = geo.Coord.new(); | ||
coord.set_latlon(45, 90, 1000); | coord.set_latlon(45, 90, 1000); |