Hello,
I'm creating a map that shows various points of interest. When I click on a POI marker, the marker gets highlighted by a blue-ish rectangle (as shown below)!
How can I remove that??
Thank you very much!
Solved! Go to Solution.
Thanks, Kelly Hutchins. I looks forward to the standardization in the upcoming release. This is a good example of how the documentation can be confusing. I would have thought that original class (InfoWindow) page would contain all the methods and properties that are available to it, while the inherited class (Popup) page would contain the additional methods and properties only available to it.
The current API reference for Info Window should only contain methods and properties available on that class while the Popup should contain the applicable properties from Info Window as well as the properties and methods specific to Popup.
Ken Buja one more bit of clarification on this. The set method comes pre-defined on dojo widgets via _WidgetBase - you can find more info about this here:
Understanding _WidgetBase - Archived Tutorial - Dojo Toolkit
We'll doc this better at 4.0.