public interface MarkerDetailHandler
CotDetailHandler
instead, which contains
extra functionality and is compatible with all map items instead of
just markersModifier and Type | Method and Description |
---|---|
void |
toCotDetail(Marker marker,
CotDetail detail)
Given a marker and an CotDetail (usually empty), fill the detail as
appropriate from entries in the Marker Detail.
|
void |
toMarkerMetadata(Marker marker,
CotEvent event,
CotDetail detail)
Given a CotEvent and CotDetails create the appropriate entries in a
Marker.
|