Liking cljdoc? Tell your friends :D
ClojureScript only.

bloom.commons.ui.google-map


google-map-viewcljs

(google-map-view _)

Accepts opts with the following structure: {:center {:lat -34.397 :lng 150.644} :zoom 12 :markers [{:id 1 :lat -34 :lng 150 :view (fn [])}]}

Accepts opts with the following structure:
{:center {:lat -34.397
          :lng 150.644}
 :zoom 12
 :markers [{:id 1
            :lat -34
            :lng 150
            :view (fn [])}]}
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close