Location

Post Reply
Colin Haig
Posts: 310
Joined: Mon Oct 10, 2005 5:10 am

Location

Post 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
User avatar
Armando
Posts: 2479
Joined: Fri Oct 07, 2005 8:20 pm
Location: Toluca, México
Contact:

Re: Location

Post by Armando »

Colin:

Do you mean?

Code: Select all

MsgInfo( DISKNAME() )
MsgInfo( CURDIR() )
MsgInfo( DISKNAME() + ":\" + CURDIR() )
 
Regards
SOI, s.a. de c.v.
estbucarm@gmail.com
http://www.soisa.mex.tl/
http://sqlcmd.blogspot.com/
Tel. (722) 174 44 45
Carpe diem quam minimum credula postero
Colin Haig
Posts: 310
Joined: Mon Oct 10, 2005 5:10 am

Re: Location

Post by Colin Haig »

Hi Armando

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

Cheers

Colin
User avatar
Armando
Posts: 2479
Joined: Fri Oct 07, 2005 8:20 pm
Location: Toluca, México
Contact:

Re: Location

Post by Armando »

Colin:

Ohh, I can´t help you, sorry.

Regards
SOI, s.a. de c.v.
estbucarm@gmail.com
http://www.soisa.mex.tl/
http://sqlcmd.blogspot.com/
Tel. (722) 174 44 45
Carpe diem quam minimum credula postero
User avatar
cnavarro
Posts: 5792
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Re: Location

Post by cnavarro »

found this piece of code in Google.
This made ​​in PHP and Google Maps

http://ivanargulo.wordpress.com/2012/02 ... ogle-maps/
C. Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
Si alguien te dice que algo no se puede hacer, recuerda que esta hablando de sus limitaciones, no de las tuyas.
Colin Haig
Posts: 310
Joined: Mon Oct 10, 2005 5:10 am

Re: Location

Post 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
User avatar
Rick Lipkin
Posts: 2397
Joined: Fri Oct 07, 2005 1:50 pm
Location: Columbia, South Carolina USA

Re: Location

Post 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
Post Reply