Deprecated: Identify a point on a map.

identify_map(data)

Arguments

data

Original data that was plotted on the map.

Value

The nearest record.

Examples

# NOT RUN {
plot_map(abra, zoom = TRUE)
identify_map(abra)
# }