Currently, it only uses one fallback method if the address is not recognized by the first method. It could use more of the methods in the geocoder package before "giving up." Also, it needs some form of error handling in case the address fails to be geocoded, e.g. omit the city from the map.
Currently, it only uses one fallback method if the address is not recognized by the first method. It could use more of the methods in the
geocoderpackage before "giving up." Also, it needs some form of error handling in case the address fails to be geocoded, e.g. omit the city from the map.