Method Geography.Position()->create()
- Method
create
Geography.Position Geography.Position(
int
|float
lat
,int
|float
long
,void
|int
|float
alt
)
Geography.Position Geography.Position(
string
lat
,string
long
)
Geography.Position Geography.Position(
string
position
)
Geography.Position Geography.Position()
- Description
Constructor for this class. If fed with strings, it will perform a dwim scan on the strings. If they fails to be understood, there will be an exception.