if (FALSE) {
google_map_search("Melbourne, Victoria")
google_map_search("Restaruants")
## Melbourne Cricket Ground
google_map_search(c(-37.81997, 144.9834), place_id = "ChIJgWIaV5VC1moR-bKgR9ZfV2M")
## Without the place_id, no additional place inforamtion is displayed on the map
google_map_search(c(-37.81997, 144.9834))
}
Run the code above in your browser using DataLab