Skip to main content
Version: 0.93.0

Geo Google Maps Static Geocoder


Description

This processor computes the latitude and longitude values from a fixed location (a place name such as "Karlsruhe , Germany ") and adds the result to the event.


Required inputs

Input event requires to have a field which contains the name of a place.


Configuration

Place

The place name that should be converted to a lat/lng combination

Output

Outputs a similar event like below.

{
'latitude': 6.927079,
'longitude': 79.861244
}