google maps - Longitude is adding extra values -
i want street view in google map infowindow.iam getting exact value database , passing google maps latlng ().but while executing line var mylatlng = new google.maps.latlng(data[i].latitude, data[i].longitude); .the value in data[i].latitude takes values .but not able value comes. example data[i].longitude in database -73.979000 after executing above line becomes -73.97899999999998.
Comments
Post a Comment