geo_api: Geocoding response from Google Map Api

Description Usage Arguments Details Value Examples

Description

geo_api function returns the geocoding responses of it's argument(given adress).

Usage

1
geo_api(address)

Arguments

...

adress of any place aound the globe.

valid

adress name of a place.

Details

This is a Web Api funntion which gets geographical information of a given adress from the Google Map.

Value

All the contents of the adress speciefied as input, including the Geocoding longitude and latitude of the given place. https://developers.google.com/maps/

Examples

1
2
geo_api("Newyork")
geo_api("Asmara")

akilahmd/RWebApi documentation built on May 12, 2019, 4:43 a.m.