id: org.apache.streampipes.processors.geo.jvm.latlong.processor.geocoder.googlemaps title: Geo Google Maps Geocoder sidebar_label: Geo Google Maps Geocoder


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 inputs

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  
}