Last active
October 4, 2016 14:03
-
-
Save mgvarley/d94510397e6bbe6e99a9c4c2dd55ac2a to your computer and use it in GitHub Desktop.
Google vs ABP Comparison
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "type": "FeatureCollection", | |
| "features": [ | |
| { | |
| "type": "Feature", | |
| "properties": { | |
| "address": "3 Arbuckle Street, Kilmarnock KA1 3AY", | |
| "source": "AddressBase Premium", | |
| "geo_accuracy": "grid" | |
| }, | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| -4.4897627, | |
| 55.605898 | |
| ] | |
| } | |
| }, | |
| { | |
| "type": "Feature", | |
| "properties": { | |
| "address": "3 Arbuckle Street, Kilmarnock KA1 3AY", | |
| "source": "Google", | |
| "geo_accuracy": "rooftop" | |
| }, | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| -4.4901184, | |
| 55.6059986 | |
| ] | |
| } | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment