Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • rails-geocoder
  • rails2
  • v1.5.1
  • v1.5.0
  • v1.4.9
  • v1.4.8
  • v1.4.7
  • v1.4.6
  • v1.4.5
  • remove
  • v1.4.4
  • v1.4.3
  • v1.4.2
  • v1.4.1
  • v1.4.0
  • v1.3.7
  • v1.3.6
  • v1.3.5
  • v1.3.4
  • v1.3.3
  • v1.3.2
  • v1.3.1
23 results

amap_no_results

Blame
  • user avatar
    Leon Guan authored and Thu Trang Pham committed
    * Added support for AMap, aka AutoNavi Map, 高德地图
    
    * Try to include amap error info if failed
    
    * Get correct result from amap response
    
    * Fix result error in amap return
    
    * Refactor codes for AMap handling
    
    * Refactor codes for amap result handling
    
    * Refactor amap handling codes
    
    * Fixed coordinates handling error
    
    * Added tests
    
    * Fixded amap result handling and tests
    
    * Lock webmock on 2.3.2 for ruby 1.9.3 support
    2921ed13
    History
    amap_no_results 92 B
    {
      "status": "1",
      "info": "OK",
      "infocode": "10000",
      "count": "0",
      "geocodes": []
    }