Sha256: bf4351ce70a6dd9b453b17292c52d7a4a6a77080cecc2b3ebcd8c29036e0a1b7

Contents?: true

Size: 153 Bytes

Versions: 4

Compression:

Stored size: 153 Bytes

Contents

module GeoNamesAPI
  class NearestIntersection < SingletonEndpoint

    METHOD = "findNearestIntersectionJSON"
    FIND_PARAMS = %w(lat lng)

  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
geonames_api-0.1.6 lib/geonames_api/nearest_intersection.rb
geonames_api-0.1.5 lib/geonames_api/nearest_intersection.rb
geonames_api-0.1.4 lib/geonames_api/nearest_intersection.rb
geonames_api-0.1.3 lib/geonames_api/nearest_intersection.rb