id: version-0.68.0-org.apache.streampipes.processor.geo.jvm.geocoding title: Google Maps Geocoder sidebar_label: Google Maps Geocoder original_id: org.apache.streampipes.processor.geo.jvm.geocoding


Description

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


Required input

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


Configuration

Place

The field of the input event that should be used to compute the lat/lng values.

Output

Outputs a similar event like below.

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