getSelectedPOI
Retrieves the currently selected Point of Interest (POI).
This method should be used only when selectionMode is set to SelectionMode.SINGLE. Otherwise, it will return the last selected POI. If selectionMode is set to SelectionMode.MULTIPLE use getSelectedPOIs.
Return
The currently selected PointOfInterest or null if no POI is selected.