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
Copy file name to clipboardExpand all lines: src/google-maps/map-advanced-marker/map-advanced-marker.ts
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ export class MapAdvancedMarker
64
64
settitle(title: string){
65
65
this._title=title;
66
66
}
67
-
private_title: string;
67
+
private_title!: string;
68
68
69
69
/**
70
70
* Sets the AdvancedMarkerElement's position. An AdvancedMarkerElement may be constructed without a position, but will not be displayed until its position is provided - for example, by a user's actions or choices. An AdvancedMarkerElement's position can be provided by setting AdvancedMarkerElement.position if not provided at the construction.
0 commit comments