iniamudhan / react-bingmaps

Bingmaps in React.js
MIT License
26 stars 42 forks source link

navigationBarMode = {"compact"} does not work #28

Open nikkiwong opened 5 years ago

nikkiwong commented 5 years ago

Hi there, I am trying to make the navigation bar compact or minified, but no matter what I do, it stays on default.

nikkiwong commented 5 years ago
render() {
    return (
        <div className={styles.mapOne}>
            <ReactBingmaps
                navigationBarMode = {"compact"}
                id="seven"
                className={styles.customClass}
                center={this.state.mapCoOrdinates}
                bingmapKey={this.state.bingmapKey}
                pushPins={this.state.pushPins}
                zoom={this.state.zoom}
            >
            </ReactBingmaps>
        </div>
    );
}
droidthings commented 5 years ago

I am also facing the same issue. Does anyone have a solution ?

hsluoyz commented 3 years ago

Any update?