I barely started in appery and after I did the tutorial on twitter search I run into a small problem. I want to add more info to show in the search results, such as a tweet geo location in google maps (with a separate map for each result). But the coordinates are stored in the search response as an array, which in turn is a part of an object (e.g. geo). I can unwrap the object with coordinates, but I don't know how to pass these coordinates to the map. They come as an array of two numbers, but the map needs two separate numbers. There must be a simple way to pass them. Please help me out. Thanks a lot.
SF