This commit is contained in:
Ricky Brundritt 2022-09-22 07:45:34 -07:00 коммит произвёл GitHub
Родитель 125639b874
Коммит f4ad22fe78
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 7 добавлений и 1 удалений

8
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. */