function readLatLngGeoJson()

in lib/h3core.js [495:497]


function readLatLngGeoJson(cAddress) {
    return [readSingleCoord(cAddress + SZ_DBL), readSingleCoord(cAddress)];
}