Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. var coordInfoWindow = new google.maps.InfoWindow();
  2. var windowPos = {lat: -25.363, lng: 131.044};
  3. coordInfoWindow.setContent(createInfoWindowContent(windowPos, map.getZoom()));
  4. coordInfoWindow.setPosition(windowPos);
  5. coordInfoWindow.open(map);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement