com.micello.mapapi.data
Interface DetailReceiver
- All Known Subinterfaces:
- Annotation
- All Known Implementing Classes:
- GeometryInlay, GeometryOverlay, MarkerOverlay
public interface DetailReceiver
This interface is for use by the helper class ParsingHelper
do detail data may be deserialized and passed into the implementing
object.
|
Method Summary |
void |
setDetail(int detailType,
java.lang.Object detailObject)
This method sets the detail type and detail object. |
setDetail
void setDetail(int detailType,
java.lang.Object detailObject)
- This method sets the detail type and detail object.
- Parameters:
detailType - The type of detaildetailObject - The detail object