Skip to content

Commit

Permalink
mapbox#894 - Adding snippet text to marker
Browse files Browse the repository at this point in the history
  • Loading branch information
bleege authored and incanus committed Sep 7, 2015
1 parent 433dc3a commit 4c6f9bd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ public void onLongPress(final MotionEvent e) {
mMapView.addMarker(new MarkerOptions()
.position(position)
.title("Dropped Pin")
.snippet("Some snippet text.")
.sprite("default_marker")).showInfoWindow();
}
});
Expand Down

0 comments on commit 4c6f9bd

Please sign in to comment.