Top Level Namespace
Defined Under Namespace
Modules: GoogleMapsEmbed, UrlSigner Classes: PlaceMap, StaticMap
Instance Method Summary collapse
Instance Method Details
#google_maps_embed(type: :static, **options) ⇒ Object
35 36 37 |
# File 'lib/google_maps_embed.rb', line 35 def (type: :static, **) GoogleMapsEmbed.map(type: type, **) end |