Typedoc APIlayer-leafletsrcFunctionsgraphToLatlngOn this pageFunction: graphToLatlng() graphToLatlng(map, coords): object Defined in: layer-leaflet/src/utils.ts:30 Given a graph coords returns its lat/lng coords. Parameters map Map coords x number y number Returns object lat lat: number lng lng: number