coord2tz: Get timezone from lat/lon coordinates via Google Timezone API

View source: R/external_API.R

coord2tzR Documentation

Get timezone from lat/lon coordinates via Google Timezone API

Description

Get timezone from lat/lon coordinates via Google Timezone API

Usage

coord2tz(lat, lon, api_key)

Arguments

lat

latitude (double)

lon

longitude (double)

api_key

Google Timezone API key

Value

timezone ID (character vector)


evmo/Rgps documentation built on March 23, 2023, 2:24 a.m.