You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is the option in the CreateMapArgs for disabling default UI coming back? the parameter disableDefaultUI is causing an issue because this is not a known property of GoogleMapConfig
#51
Open
barbar-binks opened this issue
Oct 7, 2024
· 0 comments
@capacitor/cli: 6.1.2
@capacitor/core: 6.1.2
@capacitor/android: 6.1.2
@capacitor/ios: 6.1.2
Installed Dependencies:
@capacitor/android: not installed
@capacitor/ios: not installed
@capacitor/cli: 6.1.2
@capacitor/core: 6.1.2
Platform(s)
iOS
Android
Web
Current Behavior
when I try and set the property "disableDefaultUI" in GoogleMap.create().config I get this error:
Object literal may only specify known properties, and 'disableDefaultUI' does not exist in type 'GoogleMapConfig'.
Expected Behavior
before, this would disable all the buttons in Google Maps so the user could not enter street view, set the map to fullscreen, or change the map type from the UI.
Bug Report
Plugin(s)
@capacitor/google-maps v6
Capacitor Version
Platform(s)
iOS
Android
Web
Current Behavior
when I try and set the property "disableDefaultUI" in GoogleMap.create().config I get this error:
Expected Behavior
before, this would disable all the buttons in Google Maps so the user could not enter street view, set the map to fullscreen, or change the map type from the UI.
Code Reproduction
sample app repository: https://github.com/barbar-binks/demo-maps
steps to reproduce the error:
Other Technical Details
Additional Context
The text was updated successfully, but these errors were encountered: