Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

setPosition not working* #341

Open
GoogleCodeExporter opened this issue Aug 24, 2015 · 1 comment
Open

setPosition not working* #341

GoogleCodeExporter opened this issue Aug 24, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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

@GoogleCodeExporter
Copy link
Author

Fixed. I used the infoBox.open commend, and accidentally added the old latlng 
in the second argument.

Original comment by [email protected] on 24 Jun 2015 at 11:09

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant