# NOT RUN {
point <- '{
"type": "Feature",
"properties": {
"marker-color": "#0f0"
},
"geometry": {
"type": "Point",
"coordinates": [-75.343, 39.984]
}
}'
geo_destination(point, 50, 90, 'miles')
geo_destination(point, 200, 90)
# }
Run the code above in your browser using DataLab