Skip to content

Commit a3e9cb7

Browse files
committed
feat(google-maps): Add Layer components.
Fix comment for autoRefresh property of Traffic Layer.
1 parent b84ec37 commit a3e9cb7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/google-maps/map-traffic-layer/map-traffic-layer.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ export class MapTrafficLayer implements OnInit, OnDestroy {
3535
*/
3636
trafficLayer?: google.maps.TrafficLayer;
3737

38-
/** URL of the image that will be shown in the overlay. */
38+
/**
39+
* Whether the traffic layer refreshes with updated information automatically.
40+
*/
3941
@Input()
4042
set autoRefresh(autoRefresh: boolean) {
4143
this._autoRefresh.next(autoRefresh);

0 commit comments

Comments
 (0)