Skip to content

Places search fails if radar = TRUE #8

@kidwellj

Description

@kidwellj

The following works without error:

google_synagogues <- google_places(search_string = NULL, radar = FALSE, location = c(52.480682,-1.887292), place_type = "synagogue", radius = 50000, key = api_key)

Conversely, if I swap to the following, the search fails and produces an error:

google_synagogues <- google_places(search_string = NULL, radar = TRUE, location = c(52.480682,-1.887292), place_type = "synagogue", radius = 50000, key = api_key)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions