Location based application

Hey,

I am developing a location based application and i have already a
small social network site with users and friends!
I want :

  • user to check in at a current place (and share location)
  • see the friends on a map
  • geotag photos and show them on a map!

How can i do this the best? I have seen services like fire eagle where
i can save a current location… it is possible to make it myself?

Any suggestions?

Thank you

no one?

no one?

We would kind’a prefer nobody could do this. Privacy as we know it is
ancient history, but still…

  • user to check in at a current place (and share location)
  • see the friends on a map
  • geotag photos and show them on a map!

You can only do that at city resolution. (Or so we are told!:wink:

Phlip wrote:
[…]

  • user to check in at a current place (and share location)
  • see the friends on a map
  • geotag photos and show them on a map!

You can only do that at city resolution. (Or so we are told!:wink:

Then you are told wrong. Loki can do this very accurately and precisely
indeed, at least in some areas (major U.S. cities). So can Skyhook,
which is what Google uses for clientLocation. If you don’t like that, I
think Plazes also has a suitable DB and API.

If you don’t like the lack of privacy, just don’t sign up for this sort
of service. But do be aware that the data is very definitely good
enough to track you down to the block if you want.

Best,

Marnen Laibow-Koser
http://www.marnen.org
[email protected]

Marnen Laibow-Koser wrote:

You can only do that at city resolution. (Or so we are told!:wink:

If you don’t like the lack of privacy, just don’t sign up for this sort
of service. But do be aware that the data is very definitely good
enough to track you down to the block if you want.

Tx. Good to know.

And could you please cause a distraction while I go ping the crew to
cancel
tonight’s operation? Change of plans…


Phlip

Hey thanks for your answer!
I have looked at plazes and this website is just what i am trying to
make, but smaller…

I want a logged in user to give in a place where he is currently
staying (and show this on map)!
How can i do that?

I have looked at the api code and i really liked it! When i want to
place myself i have to create a new
plaze or use an existing one! I want to do this also! how can i do
this?

this is the code from plaze


21
Cheese Galore
Torstrasse 11
<zip_code>10425</zip_code>

Berlin
<country_code>DE</country_code>
<has_free_wifi type=“boolean”>false</has_free_wifi>
<updated_at type=“datetime”>2001-01-01T00:00:00Z</updated_at>
Germany
shop
52.537995812247
13.412426179325
http://plazes.com
<photo_url>http://plazes.com/photos/
2107b4468b4795c69288fdc9961a3415-thumbnail.jpg</photo_url>

so when a new plaze is created this kind of data is used in the
database and on the website.
The link with the plaze and user is made in a activity object

<..>

How can i make this in ruby on rails? Which relation is this?

On Apr 21, 11:58 pm, Marnen Laibow-Koser <rails-mailing-l…@andreas-

Hey thanks for your answer!
I have looked at plazes and this website is just what i am trying to
make, but smaller…

I want a logged in user to give in a place where he is currently
staying (and show this on map)!
How can i do that?

I have looked at the api code and i really liked it! When i want to
place myself i have to create a new
plaze or use an existing one! I want to do this also! how can i do
this?

this is the code from plaze


21
Cheese Galore
Torstrasse 11
<zip_code>10425</zip_code>

Berlin
<country_code>DE</country_code>
<has_free_wifi type=“boolean”>false</has_free_wifi>
<updated_at type=“datetime”>2001-01-01T00:00:00Z</updated_at>
Germany
shop
52.537995812247
13.412426179325
http://plazes.com
<photo_url>http://plazes.com/photos/
2107b4468b4795c69288fdc9961a3415-thumbnail.jpg</photo_url>

so when a new plaze is created this kind of data is used in the
database and on the website.
The link with the plaze and user is made in a activity object

<..>

How can i make this in ruby on rails? Which relation is this?