javascript - Why the coordinates of a location in streetview of Google Earth and Google Maps are different? -


i new google maps development , have issue struggling time.

the lat/long of location in street view of google earth , google maps ( web browser) not matching.

here coordinate values of location.

google maps coordinates (in street view) : 51.81883690 -0.811931358
google earth coordinates (in street view): 51.81883889 -0.811955556

the difference begins @ 5 decimal position looking precision till 6 decimal points.

below methodology followed derive coordinates.

my requirement exact coordinates of object (pole, manhole etc.) through google streetview. did not find option place marker on mouse click in streetview (in webbrowser), had placed marker around street view camera location though javascript code (code:: panorama.getposition()+ incremental values) directly assigning lat/long marker. also, dragged marker location of interest. marker's lat/long noted down. observed these coordinates not matching base data.

now tried google earth alternative; had placed 'place mark' in street view @ same location of above scenario , noted down coordinates.

coordinates streetview of google earth better of google maps. so, missing in google maps street view?

sorry long description of scenario.

any idea appreciated.

thanks,
thaviti naidu g.


Comments

Popular posts from this blog

php - Invalid Cofiguration - yii\base\InvalidConfigException - Yii2 -

How to show in django cms breadcrumbs full path? -

ruby on rails - npm error: tunneling socket could not be established, cause=connect ETIMEDOUT -