• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Geolocation tag

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Does your book discuss the geolocation tag? For example the demo in http://html5demos.com/geo does not work properly eventhough it claim to be able to find my location.

Cheers
Howard
 
Sheriff
Posts: 67756
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Geolocation is an API, not a tag.

Not supported in all browsers, but your link worked in all browsers I tried (essentially every modern browser but IE).
 
Howard Rosenblum
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Did it give you the right location? mine showed downtown and I am in a suburb. Does the book discuss this tag?
Howard
 
Howard Rosenblum
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
OOPs, does the book discuss the API?
 
author
Posts: 35
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Howard,

Yes, it does briefly discuss the API. Geolocation can give false positives at times based on how your traffic is being routed. Behind a VPN, it can show the corporate headquarters of a company.
 
Bear Bibeault
Sheriff
Posts: 67756
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Howard Rosenblum wrote:Did it give you the right location?


For me, all browsers located me exactly. I tested in Safari, Chrome, Firefox and Opera.

Remember, it's just a guess based upon network topology (see Geolocation API). So my location must be easier to guess than yours.
 
Howard Rosenblum
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you, both of you
Howard
 
Ranch Hand
Posts: 69
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Check out http://findmylocation.info/faq.jsp for more details on geo location services.
 
reply
    Bookmark Topic Watch Topic
  • New Topic