Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
explooosion committed Mar 19, 2018
1 parent 5520698 commit efa90c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ export class AppModule { }
+ @Input() `optimizeWaypoints`: boolean = true
+ @Input() `visible`: boolean = true
+ @Input() `renderOptions`: any
+ @Input() `drivingOptions`: any = undefined;
+ @Input() `transitOptions`: any = undefined;
+ @Input() `drivingOptions`: any = undefined
+ @Input() `transitOptions`: any = undefined
+ @Input() `panel`: object | undefined

## Options
Expand Down

0 comments on commit efa90c1

Please sign in to comment.