• Hi,

    is it possible to have more advanced settings like:

    mapTypeControlOptions: {
     style: google.maps.MapTypeControlStyle.HORIZONTAL_BAR,
     position: google.maps.ControlPosition.RIGHT_BOTTOM
    },
    scaleControlOptions: {
     position: google.maps.ControlPosition.TOP_LEFT
    },
    streetViewControlOptions: {
     position: google.maps.ControlPosition.LEFT_BOTTOM
    },
    zoomControlOptions: {
     style: google.maps.ZoomControlStyle.LARGE,
     position: google.maps.ControlPosition.LEFT_CENTER
    },

    without editing flexible-map.js file?

    If not, it would be great if we could in the new version. 🙂

    https://ww.wp.xz.cn/plugins/wp-flexible-map/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author webaware

    (@webaware)

    G’day macemmek,

    Not currently, but I’ll figure out a way to allow these things in a future version… maybe not the next one, but sometime this year.

    cheers,
    Ross

    Thread Starter pshemek

    (@emmek)

    Hi, good to know.

    So, if I may suggest something other, it would be helpful to have a hook:

    apply_filters('flexmap_shortcode_script', $script, $attrs);

    I know I can access via $html hook but it’s some kind of work around.

    Plugin Author webaware

    (@webaware)

    No worries, that one will be in the next release!

    cheers,
    Ross

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Setting advanced control options’ is closed to new replies.