R/Point.R

#' GeoJSON Point
#'
#' For type "Point", the "coordinates" member must be a single position.
#'
#' @name Point
#' @family geo types
#' @examples
#' '{
#'    "type": "Point",
#'    "coordinates": [100.0, 0.0]
#' }'
NULL
ropenscilabs/geoops documentation built on Jan. 1, 2021, 4:03 p.m.