Welcome,
Guest
. Please
login
or
register
.
09 February , 2012, 03:39:00
Home
Help
Search
Login
Register
Kuneri Forum
»
MOBILE
»
KuneriLite
»
Commercial
(Moderators:
C00L
,
KL Admin
) »
GPS and Signing
Pages:
1
2
[
3
]
« previous
next »
Print
Author
Topic: GPS and Signing (Read 18668 times)
0 Members and 1 Guest are viewing this topic.
Thommas
Newbie
Posts: 25
Re: GPS and Signing
«
Reply #30 on:
05 December , 2008, 09:47:03 »
My very last request (I hope) :
As my phone is a French one, Latitude and Longitude are with a comma instead of a dot.
I imagined this code :
function getLat(lat : String) : Number
{
if (lat.charAt(1) == ".")
return Number(lat);
var ac : Array = lat.split(",");
return Number(ac[0] + "." + ac[1]);
}
getLat(result.klPosLatitude);
Which might slow my app ...
Do you think about another cleaner way to solve this problem ?
Thank you.
Best regards.
Logged
Pages:
1
2
[
3
]
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
GENERAL
-----------------------------
=> News & events
=> Discussions
-----------------------------
MOBILE
-----------------------------
=> Flash Lite
=> KuneriLite
===> Commercial
=> SWFPack
Loading...