the new functionality can be used like this: ``` ...
# kvision
r
the new functionality can be used like this:
Copy code
maps(40.75, -74.2, 13) {
                                            width = 400.px
                                            height = 300.px
                                            imageOverlay(
                                                "<http://www.lib.utexas.edu/maps/historical/newark_nj_1922.jpg>",
                                                LatLngBounds(LatLng(40.712216, -74.22655), LatLng(40.773941, -74.12544))
                                            )
                                        }