Skip to content

Instantly share code, notes, and snippets.

@allyburns
Created June 14, 2023 12:45
Show Gist options
  • Save allyburns/3ea2abb3834c6fc457705057989c3744 to your computer and use it in GitHub Desktop.
Save allyburns/3ea2abb3834c6fc457705057989c3744 to your computer and use it in GitHub Desktop.
const event_params = [ 
  { key: “title”, string_value: “Street Food”, int_value: null, float_value: null, double_value: null}, 
  { key: “latitude”, string_value: null, int_value: null, float_value: null, double_value: 55.95208}, 
// … and so on 
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment