Closed GoogleCodeExporter closed 8 years ago
I don't understand this request. What would you like?
You can use just CSS to add a border to your map div.
Original comment by pamela.fox
on 11 Jul 2008 at 12:43
If you really want a method:
function addBorder(map) {
map.getContainer().style.border = '1px solid black';
}
but I think this is a bit too small to put into a library of its own, and it
doesn't really fit in with any of the existing
libraries.
Original comment by lem...@gmail.com
on 31 Jul 2008 at 4:02
Original issue reported on code.google.com by
StoneFlo...@gmail.com
on 11 Jul 2008 at 12:36