sofia.maps.ProvidesMarkerContent |
Indicates that a MarkerOverlay should use the annotated method to
retrieve the object's content when displaying a pop-up balloon for the
marker. Two types of content are currently supported; String
and
Bitmap
.
The method bearing this annotation must be public, take no arguments, and return a non-void value. If this annotation is not present on any method for the marker object, then no content (only the title) will be displayed in the pop-up balloon.
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From interface
java.lang.annotation.Annotation
|