getClosestMarkerEntryModel
fun Map<Float, List<Marker.EntryModel>>.getClosestMarkerEntryModel(touchPoint: Point): List<Marker.EntryModel>?
Returns that of the Marker.EntryModels stored in the Map whose x-axis map key is the closest to the Point.x value.