Overload | Description |
---|---|
ShowPopup(MapMember,Int64,PopupDefinition) | Show a pop-up for a feature. This method must be called on the UI thread. |
ShowPopup(IReadOnlyDictionary<MapMember,List<Int64>>) | Show a pop-up for multiple features. This method must be called on the UI thread. |
ShowPopup(IReadOnlyDictionary<MapMember,List<Int64>>,PopupDefinition) | Show a pop-up for multiple features. This method must be called on the UI thread. |
ShowPopup(MapMember,Int64) | Show a pop-up for a feature. This method must be called on the UI thread. |