BotBuilder-Location icon indicating copy to clipboard operation
BotBuilder-Location copied to clipboard

An open-source location picker control for Microsoft Bot Framework powered by Azure Maps and Bing Maps REST services.

Results 19 BotBuilder-Location issues
Sort by recently updated
recently updated
newest added

Even if we localize the LocationDialog, internally it still uses PromptDialog.Confirm with the default options for yes and no, so it's not possible to localized the MatchNo and MatchYes answer...

bug

Why are all prompts mentioning shipping ? this control should be a generic way to retrieve an address/location from the user, in most cases this has nothing to do with...

I would like to suggest following improvements for the prompts: 1. Use the default confirm prompt from BotBuilder for the "SingleResultFound" prompt with the "yes"/"no" buttons. 2. Add a button...

enhancement

Can't find a way to provide an already user-submitted entity to the LocationDialog, like you can with a FormDialog. Scenario: intent and entity provided by Luis. Something like this... ```...

enhancement

When the control returns a single result, or does not return any results from the Bing Maps service, there is no way for the user to override it and provide...