I am currently evaluating calabash for our app. It seems to be very powerful but I haven't found a way to access a Google Map v2 in my native android app. Retrieving the Map via query
is no problem but I have not found any operations regarding Google Maps v2. Yet there seems to be some kind of support. I found a MapViewUtils class in the calabash-android repository calabash-android repository
Can someone explain to me how i can access for example the markers on a MapView?
best Jacob