Hi! I have a custom post type in WP and posts have location added via "Google maps" metabox. I want to display a map from one of the posts on a page other than the single post. How can I do this with a shortcode?
Yes, it is possible. You can add args to the shortcode as the attributes, like this
[rwmb_meta id="map_field_id" zoom="5"]
Note: you can pass other attributes to the shortcode if you want. If you do so, those attributes will be passed to rwmb_the_value() function as the 2nd parameter.