Skip to content
Snippets Groups Projects
Select Git revision
  • 7005c7bb645dacb6253ba1fff7cfb9deae816ebf
  • 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
24 results

bing_reverse

Blame
  • user avatar
    Alex Reisner authored
    Now every fake query does not need to be listed in the code, a fixture
    just needs to be added.
    21c03ae0
    History
    bing_reverse 1.62 KiB
    {
       "authenticationResultCode":"ValidCredentials",
       "brandLogoUri":"http:\/\/dev.virtualearth.net\/Branding\/logo_powered_by.png",
       "copyright":"Copyright © 2011 Microsoft and its suppliers. All rights reserved. This API cannot be accessed and the content and any results may not be used, reproduced or transmitted in any manner without express written permission from Microsoft Corporation.",
       "resourceSets":[
          {
             "estimatedTotal":1,
             "resources":[
                {
                   "__type":"Location:http:\/\/schemas.microsoft.com\/search\/local\/ws\/rest\/v1",
                   "bbox":[
                      45.419835111675845,
                      -75.683656128790716,
                      45.4275605468172,
                      -75.66898098334994
                   ],
                   "name":"291 Rue Somerset E, Ottawa, ON, K1N",
                   "point":{
                      "type":"Point",
                      "coordinates":[
                         45.423697829246521,
                         -75.676318556070328
                      ]
                   },
                   "address":{
                      "addressLine":"291 Rue Somerset E",
                      "adminDistrict":"ON",
                      "countryRegion":"Canada",
                      "formattedAddress":"291 Rue Somerset E, Ottawa, ON, K1N",
                      "locality":"Ottawa",
                      "postalCode":"K1N"
                   },
                   "confidence":"Medium",
                   "entityType":"Address"
                }
             ]
          }
       ],
       "statusCode":200,
       "statusDescription":"OK",
       "traceId":"27bd5ed659e64ba6970c4144f1d4ea94|CH1M001470|02.00.82.2800|CH1MSNVM001396, CH1MSNVM001374"
    }