From f4ad22fe78938514b6547a98d53b76b220df8184 Mon Sep 17 00:00:00 2001 From: Ricky Brundritt Date: Thu, 22 Sep 2022 07:45:34 -0700 Subject: [PATCH] Update Microsoft.Maps.d.ts --- types/MicrosoftMaps/Microsoft.Maps.d.ts | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/types/MicrosoftMaps/Microsoft.Maps.d.ts b/types/MicrosoftMaps/Microsoft.Maps.d.ts index 0f34a89..b3504d4 100644 --- a/types/MicrosoftMaps/Microsoft.Maps.d.ts +++ b/types/MicrosoftMaps/Microsoft.Maps.d.ts @@ -97,7 +97,13 @@ declare module Microsoft.Maps { * A minified navigation bar that has a button to toggle between road and aerial maps, zoom buttons, and a button to turn * traffic information on and off. Recommended for small maps or screen such as a mobile device. */ - minified + minified, + + /** + * A navigation bar that uses aligned square icons. It includes a drop down for map type, a locate me button, and zoom buttons. + * It is also the only mode that supports the floor switcher for the Venue Maps Module. + */ + square } /** The NavigationBarOrientation enumeration is used to define how the navigation bar controls are laid out. */