Reputation: 4520
When implementing a bing maps based solution, the logo on the bottom left (highlighted in image above) causes a search box to appear to search with bing. Has anyone been successful in disabling this feature?
Ideally the solution will not involve disabling hovering events on the map completely, as there are hover events that we have implemented to provide functionality.
Upvotes: 0
Views: 1870
Reputation: 3532
When initialising the map, set the enableSearchLogo property to False. http://msdn.microsoft.com/en-us/library/gg427603.aspx
Upvotes: 7