Extracted from Pike v7.3 release 45 at 2002-06-04.
pike.roxen.com
[Top]
Geography
Geography.Position

Method Geography.Position()->create()


Method create

void Geography.Position()->create(float lat, float long, void|float alt)
void Geography.Position()->create(string lat, string long)
void Geography.Position()->create(string both)

Description

Constructor for this class. If feeded with strings, it will perform a dwim scan on the strings. If they fails to be understood, there will be an exception.