hi everyone,
Will just ask how to get my location coordinates using gps ? I saw sample but it build for iOS.. I am using andriod.
Thank you.
-snop21
Get my locationcoordinates using gps andriod..
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Re: Get my locationcoordinates using gps andriod..
Hi, try this in a button.
on mouseUp
get mobileSensorReading("location", true)
if it is an array then
combine it using return and "="
end if
put "Current Reading" && it & return before field "Location"
end mouseUp
and lookup 'mobileSensorReading' in the dictionary for more details.
on mouseUp
get mobileSensorReading("location", true)
if it is an array then
combine it using return and "="
end if
put "Current Reading" && it & return before field "Location"
end mouseUp
and lookup 'mobileSensorReading' in the dictionary for more details.

Andy .... LC CLASSIC ROCKS!
Re: Get my locationcoordinates using gps andriod..
hi Andyp,
Thank you for the hint. will read it. I Will post it here whatever I came up. hehe
)
Regards
-snop21
Thank you for the hint. will read it. I Will post it here whatever I came up. hehe

Regards
-snop21