Skip to content

Instantly share code, notes, and snippets.

@sdpatil
Created November 18, 2013 03:18
Show Gist options
  • Save sdpatil/7521902 to your computer and use it in GitHub Desktop.
Save sdpatil/7521902 to your computer and use it in GitHub Desktop.
Mule Google Geo Code mapping
//MEL
//START -> DO NOT REMOVE
output.__id = input.__id;
//END -> DO NOT REMOVE
output.array = [input.lng_2] + [input.lat_1];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment