You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Demo link or sample code:
var test = new google.maps.LatLng( 46.818188, 8.227511999999933 );
infoBox.setPosition(test);
Expected result:
The infobox' position: lat, lng will have changed to the given latlng.
Actual result:
the infobox still has position: lat, lng as specified after initiating.
Version: 1.1.13
Browser / Operating System:
[CHROME / Windows 8]
Additional comments:
Setting the content of the infoBox is not a problem. I have tried a number of
different inputs for setPosition however, including an array containing lat:,
lng and a comma seperated string. Nothing seems to change the initial value.
*********************************************************
Tip: Star this issue (next to title) to receive notifications of status
changes against this issue, also used as a gauge for how many people are
interested in seeing it resolved.
*********************************************************
Original issue reported on code.google.com by [email protected] on 24 Jun 2015 at 10:44
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 24 Jun 2015 at 10:44The text was updated successfully, but these errors were encountered: