class BaiduLBS::GeoSearch

Public Class Methods

bound(params) click to toggle source
# File lib/baidu_lbs/geo_search.rb, line 11
def bound(params)
  get '/geosearch/v3/bound', params
end
detail(id) click to toggle source
# File lib/baidu_lbs/geo_search.rb, line 15
def detail(id)
  get "/geosearch/v3/detail/#{id}"
end
local(params) click to toggle source
# File lib/baidu_lbs/geo_search.rb, line 7
def local(params)
  get '/geosearch/v3/local', params
end
nearby(params) click to toggle source
# File lib/baidu_lbs/geo_search.rb, line 3
def nearby(params)
  get '/geosearch/v3/nearby', params
end