Description Usage Arguments See Also Examples
Display a Google Maps location link.
1  | mj_location(address, ...)
 | 
address | 
 address.  | 
... | 
 Unnamed items that comprise this list of MJML tags.  | 
https://mjml.io/documentation/#mjml-location
1 2 3 4 5 6 7  | mj_ml(
  mj_body(
    mj_column(
      mj_location("Times Square")
    )
  )
)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.