module

CrystalCommunity::GeocodeService

In-memory cache for Nominatim geocode results. Reduces external API calls.

Constants

CACHE = {} of String => Array(Float64)

Class methods

lookup(location : String) : Array(Float64) | Nil
Source