Conversation
Use offset: { left: <int>, top: <int> } to shift info window position left and top.
|
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed, please reply here (e.g.
|
|
I signed it as VarDump s.r.l. (using staff@var-dump.it) Il 02/03/16 17:26, googlebot ha scritto:
|
|
InfoWindowOptions already has a "pixelOffset" property that references a Size type. I'd suggest updating the code to use this, or at least use the same naming (i.e. using "pixelOffset" instead of just "offset" as well as Size's "width"/"height" properties instead of "left"/"top") this would make porting from InfoWindow to InfoBubble easier. |
Use offset: { left: , top: } to shift info window position left and top.