powered by
Returns the latitude and longitude of the given vertex
vertexToLatLng(vertex)
data.frame of the lat/lng coordinates of the input vertex
data.frame
vertex
H3 Vertex index
vertices <- cellToVertex( cell = c(rep("8cbe63562a54bff", 6)) , vertexNum = c(0L:5L) ) vertexToLatLng(vertex = vertices)
Run the code above in your browser using DataLab