Skip to content

Commit

Permalink
remove icon
Browse files Browse the repository at this point in the history
  • Loading branch information
siokstoksanoks committed Jan 22, 2019
1 parent bf3c0b4 commit 4e4472f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ void removeMarker(Marker marker) {
}

try {
marker.setIcon(null);
marker.remove();
} catch (Exception e) {
e.printStackTrace();
Expand Down

0 comments on commit 4e4472f

Please sign in to comment.