google maps - Different locations in different browsers -



google maps - Different locations in different browsers -

why locations differs regarding browser?

chrome / firefox : same location 30 kms i'm ie : 250 kms i'm safari : i'm

how can safari observe i'm , others can't?

is

navigator.geolocation.getcurrentposition()

the best way users current position browser?

i checked on browser see if had same result had.

unfortunately, result had same on safari, firefox , chrome. gave me exact current position.

on ie 10 , ie9 result differ couple of meters of actually.

the navigator.geolocation.getcurrentposition() methods seek locate info ip address , wifi signals. on devices, can utilize gps signals if device equip gps module.

the trick gps signals less acurate wifi signals. don't think show why there difference between browser.

maybe can seek utilize enablehighaccuracy:true parameter getcurrentposition see if result differs 1 time again between each browsers.

google-maps geolocation

Comments

Popular posts from this blog

web services - java.lang.NoClassDefFoundError: Could not initialize class net.sf.cglib.proxy.Enhancer -

Accessing MATLAB's unicode strings from C -

javascript - mongodb won't find my schema method in nested container -