Hi All
Is there away for a fivewin application to know the location of the device the application is running on.
Cheers
Colin
Hi All
Is there away for a fivewin application to know the location of the device the application is running on.
Cheers
Colin
MsgInfo( DISKNAME() )
MsgInfo( CURDIR() )
MsgInfo( DISKNAME() + ":\" + CURDIR() )Hi Armando
No I am looking for some way of getting the latitude and longitude/location of the device.
Cheers
Colin
Colin:
Ohh, I can´t help you, sorry.
Regards
found this piece of code in Google.
This made ​​in PHP and Google Maps
HI Cristobal
I think that code requires you to input the location and it returns the longitude and latitude - I would like the
location - like a mobile phone displays its current location on a map.
Thanks for your help.
Regards
Colin
Colin
There are ways to interrogate your machines IP Domain host Address issued by the Internet Service provider .. Here is a website that can give you your lat long based on your IP ..
http://www.liveipmap.com/ipinformation
As far a cell location, I believe that is triangulated based on the proximity of the cell towers or a GPS chip in the device.
Rick Lipkin