#' @examples
#' library("geoops")
#'
#' # Calculate distance between two GeoJSON points
#' pt1 <- '{
#' "type": "Feature",
#' "properties": {
#' "marker-color": "#f00"
#' },
#' "geometry": {
#' "type": "Point",
#' "coordinates": [-75.343, 39.984]
#' }
#' }'
#'
#' pt2 <- '{
#' "type": "Feature",
#' "properties": {
#' "marker-color": "#0f0"
#' },
#' "geometry": {
#' "type": "Point",
#' "coordinates": [-75.534, 39.123]
#' }
#' }'
#' geo_distance(pt1, pt2)
#' @keywords internal
"_PACKAGE"
## usethis namespace: start
#' @useDynLib geoops
#' @importFrom Rcpp sourceCpp
## usethis namespace: end
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.