#lang planet dyoo/whalesong ;; A simple binding to Google Maps. ;; ;; Some of this comes from: ;; ;; https://developers.google.com/maps/documentation/javascript/tutorial ;; (require (planet dyoo/whalesong/js) (planet dyoo/whalesong/js/world)) ;; initialize-google-maps-api!: string boolean -> void ;; Dynamically loads the Google Maps API. (define raw-initialize-google-maps-api! (js-async-function->procedure #<js-number -34.397) (number->js-number 150.644)) "done"