access maps v2 with calabash-android

JacobZ

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

Smalesy

Try this:

When /^I tap the map marker "([^\"]*)"$/ do | marker_title |
  perform_action('tap_map_marker_by_title', marker_title, 60000)
end

You can find the supported mapView steps here

Note, I've not had much look using them myself as my mapview is in a Fragment, so I get a "MapView is not found!” error. According to this link mapViews in Fragments are not supported yet

この記事はインターネットから収集されたものであり、転載の際にはソースを示してください。

侵害の場合は、連絡してください[email protected]

編集
0

コメントを追加

0

関連記事

分類Dev

access maps v2 with calabash-android

分類Dev

Google Maps Android API v2

分類Dev

calabash-androidでマップv2にアクセス

分類Dev

Google Maps Android API v2 Authorization failure

分類Dev

Can't connect to Google Maps Api Android V2

分類Dev

android maps api v2 adding multiple circles

分類Dev

Overlay an image on google maps android api v2

分類Dev

Google Maps Activity V2 Android Studio

分類Dev

Android 2.3およびgoogle maps API v2

分類Dev

Circle on Google Maps for Android v2 is flickering when size changes by seekbar

分類Dev

Android Google Maps API v2:方位位置を取得する

分類Dev

How to animate the camera to a specified location in Google Maps v2 for Android?

分類Dev

Adding Multiple Markers in real time google maps v2 android

分類Dev

Add animation to default marker on setOnMarkerClickListener maps api v2 android

分類Dev

Android google maps v2 execute asynctask when user stops moving the camera

分類Dev

How to manage Markers well using google maps api v2 on android

分類Dev

Google android maps api v2マーカータイトルを常に表示

分類Dev

Calabash-Windows上のAndroid

分類Dev

Google Maps Android API v2のMapFragmentにカスタムコントロールを追加する方法

分類Dev

Google Maps V2 Androidでマーカーのアイコンのサイズを指定する方法

分類Dev

Google Maps V2 Androidでマーカーのアイコンのサイズを指定する方法

分類Dev

Google Maps V2 Androidでマーカーのアイコンのサイズを指定する方法

分類Dev

Android Google Maps v2:マーカーサイズをアニメーション化

分類Dev

Android Maps v2は、初めて起動したときにのみ機能します

分類Dev

Google Maps Android API V2で白地図しか入手できないのはなぜですか?

分類Dev

Android Google Maps v2は、JSON配列phpmySQLからマップマーカーを追加します

分類Dev

Animated Transparent Circle on Google Maps v2 is NOT animating correctly

分類Dev

How to set api key for Google maps v2

分類Dev

Google maps v2 not displayed on new activity

Related 関連記事

  1. 1

    access maps v2 with calabash-android

  2. 2

    Google Maps Android API v2

  3. 3

    calabash-androidでマップv2にアクセス

  4. 4

    Google Maps Android API v2 Authorization failure

  5. 5

    Can't connect to Google Maps Api Android V2

  6. 6

    android maps api v2 adding multiple circles

  7. 7

    Overlay an image on google maps android api v2

  8. 8

    Google Maps Activity V2 Android Studio

  9. 9

    Android 2.3およびgoogle maps API v2

  10. 10

    Circle on Google Maps for Android v2 is flickering when size changes by seekbar

  11. 11

    Android Google Maps API v2:方位位置を取得する

  12. 12

    How to animate the camera to a specified location in Google Maps v2 for Android?

  13. 13

    Adding Multiple Markers in real time google maps v2 android

  14. 14

    Add animation to default marker on setOnMarkerClickListener maps api v2 android

  15. 15

    Android google maps v2 execute asynctask when user stops moving the camera

  16. 16

    How to manage Markers well using google maps api v2 on android

  17. 17

    Google android maps api v2マーカータイトルを常に表示

  18. 18

    Calabash-Windows上のAndroid

  19. 19

    Google Maps Android API v2のMapFragmentにカスタムコントロールを追加する方法

  20. 20

    Google Maps V2 Androidでマーカーのアイコンのサイズを指定する方法

  21. 21

    Google Maps V2 Androidでマーカーのアイコンのサイズを指定する方法

  22. 22

    Google Maps V2 Androidでマーカーのアイコンのサイズを指定する方法

  23. 23

    Android Google Maps v2:マーカーサイズをアニメーション化

  24. 24

    Android Maps v2は、初めて起動したときにのみ機能します

  25. 25

    Google Maps Android API V2で白地図しか入手できないのはなぜですか?

  26. 26

    Android Google Maps v2は、JSON配列phpmySQLからマップマーカーを追加します

  27. 27

    Animated Transparent Circle on Google Maps v2 is NOT animating correctly

  28. 28

    How to set api key for Google maps v2

  29. 29

    Google maps v2 not displayed on new activity

ホットタグ

アーカイブ