Page 1 of 1
Get my locationcoordinates using gps andriod..
Posted: Thu Feb 13, 2014 8:00 am
by snop21
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
Re: Get my locationcoordinates using gps andriod..
Posted: Thu Feb 13, 2014 10:06 am
by AndyP
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.

Re: Get my locationcoordinates using gps andriod..
Posted: Thu Feb 13, 2014 10:38 am
by snop21
hi Andyp,
Thank you for the hint. will read it. I Will post it here whatever I came up. hehe

)
Regards
-snop21