git-printa / osmbonuspack

Automatically exported from code.google.com/p/osmbonuspack
0 stars 0 forks source link

No setDescription() method in markers #89

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. I create a marker with Marker marker = new Marker(map);
2. I use the method marker.setDescription()
3. This method doesn't exist.

What is the expected output? What do you see instead?
I expect to be able to set a value to bubble_description as I can do with 
bubble_subdescription with the method marker.setSubDescription()

What version of the products are you using (Android SDK, osmdroid,
OSMBonusPack)?
OSMBonusPack_v4.9

Please provide any additional information below.

Original issue reported on code.google.com by juancar...@touristeye.com on 1 Oct 2014 at 12:58

GoogleCodeExporter commented 8 years ago
As we mimic the Google Maps Android Marker API, the methods are named: 
setSnippet and getSnippet. 

Original comment by mathieu....@gmail.com on 1 Oct 2014 at 4:37