Page 1 of 1

Location

Posted: Sun Feb 02, 2014 3:31 am
by Colin Haig
Hi All

Is there away for a fivewin application to know the location of the device the application is running on.


Cheers

Colin

Re: Location

Posted: Sun Feb 02, 2014 5:18 pm
by Armando
Colin:

Do you mean?

Code: Select all

MsgInfo( DISKNAME() )
MsgInfo( CURDIR() )
MsgInfo( DISKNAME() + ":\" + CURDIR() )
 
Regards

Re: Location

Posted: Mon Feb 03, 2014 12:26 am
by Colin Haig
Hi Armando

No I am looking for some way of getting the latitude and longitude/location of the device.

Cheers

Colin

Re: Location

Posted: Mon Feb 03, 2014 3:46 am
by Armando
Colin:

Ohh, I can´t help you, sorry.

Regards

Re: Location

Posted: Mon Feb 03, 2014 9:42 am
by cnavarro
found this piece of code in Google.
This made ​​in PHP and Google Maps

http://ivanargulo.wordpress.com/2012/02 ... ogle-maps/

Re: Location

Posted: Mon Feb 03, 2014 11:48 am
by Colin Haig
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

Re: Location

Posted: Mon Feb 03, 2014 1:47 pm
by Rick Lipkin
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