We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d64290b commit 5bbb92eCopy full SHA for 5bbb92e
packages/google-maps/index.android.ts
@@ -627,6 +627,10 @@ export class UISettings implements IUISettings {
627
return this.native.isMyLocationButtonEnabled();
628
}
629
630
+ set myLocationButtonEnabled(value) {
631
+ this.native.setMyLocationButtonEnabled(value);
632
+ }
633
+
634
get indoorLevelPickerEnabled(): boolean {
635
return this.native.isIndoorLevelPickerEnabled();
636
packages/google-maps/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@nativescript/google-maps",
3
- "version": "1.4.0",
+ "version": "1.4.1",
4
"description": "Google Maps SDK",
5
"main": "index",
6
"typings": "index.d.ts",
0 commit comments