Skip to content
This repository was archived by the owner on Nov 30, 2018. It is now read-only.
This repository was archived by the owner on Nov 30, 2018. It is now read-only.

How to change zoom control options #1479

@iMomen

Description

@iMomen

Hello,
I'm trying to set the zoom control position to something like 'BOTTOM_LEFT' but no luck
I can set the style but the position not working

    $scope.mapOptions = {
        disableDefaultUI: false,
        streetViewControl: false,
        zoomControlOptions: {
            position: 'BOTTOM_CENTER',
            style: 'SMALL'
        },
        mapTypeControl: false,
        panControl: false,
        scrollwheel: false,
        styles: $scope.mapStyle
    }

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions