public interface MarkerProducers
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Marker> |
createMarkers(WayPoint wp,
java.io.File relativePath,
MarkerLayer parentLayer,
double time,
double offset)
Returns a collection of Marker objects if this implementation wants to create one for the
given input data, or
null otherwise. |
java.util.Collection<Marker> createMarkers(WayPoint wp, java.io.File relativePath, MarkerLayer parentLayer, double time, double offset)
null
otherwise.wp
- waypoint datarelativePath
- An path to use for constructing relative URLs or
null
for no relative URLsparentLayer
- parent marker layertime
- Absolute time of marker in seconds since epochoffset
- Time offset in seconds from the gpx point from which it was derivednull
.