GeocoderLaravel
GeocoderLaravel copied to clipboard
Look into overriding `$collection->toJson()` to return complete JSON result
See #101
Unfortunately the toJson
method won't work on the collection directly, as the classes in the collection are not compatible. We would have to override each of these models, might do that later.
For now I added a method directly on the geocoder.