How do I show the location of df database properties on a Google Maps? I already have the Google Maps API.
I saw in some issues that they already have a map of a respective city, for example New York. But I would like to enter the location of specific properties, which are those in the df database.
Thank you!
df<-structure(list(Properties = c(1,2,3,4,5,6,7,8,9,10), Latitude = c(-23.2, -23.6, -23.9, -23.9, -23.6, -23.5, -23.9, -23.9, -23.6, -23.9),
Longitude = c(-49.6, -49.6, -49.6, -49.4, -49.3, -49.9, -49.3, -49.2, -49.6, -49.9)), class="data.frame",row.names = c(NA, -10L))