(zips)
| 6 | * @returns {string[]} – The formatted zipcodes |
| 7 | */ |
| 8 | export const getZipcodesMapboxFormatted = (zips) => { |
| 9 | return zips.map((x) => '<at><openparen>' + x['zipcode'] + '<closeparen>') |
| 10 | } |
| 11 | |
| 12 | /** |
| 13 | * Gets the zipcode's latitude longitude from the query search results |
no outgoing calls
no test coverage detected