get_ggmap_from_df takes an act_tbl object, computes the
correct zoom and center for that activity, then returns a ggmap object for
that zoom and center.
Usage
get_ggmap_from_df(df, ...)
Value
A ggmap object, the result of calling ggmap::get_googlemap(),
with the correct center and size to include the entire activity
represented by the act_tbl.
Arguments
df
An act_tbl object.
...
Additional arguments forwarded to ggmap::get_googlemap().
Details
Note that since this calls ggmap::get_googlemap(), you must have
previously called ggmap::register_google() to register an API key.