I'm using the color.pathway.by.objects() method of the R KEGG API to retrieve images of pathways with custom coloring of enzymes. This method however only returns an image, so the imagemap (mouseover -> get gene details) is not available.
It looks like I can get the coords from the corresponding .conf file eg:
ftp://ftp.genome.jp/pub/kegg/pathway/map/map00010.conf contains coords for ftp://ftp.genome.jp/pub/kegg/pathway/map/map00010.png
and build up my own imagemap, but is there an easier way via the API that I'm missing?