[appium-iOS] How can I access the pins on google map?

Hi,

Our app uses google map and I am required to access the pins on the map and get them clicked.

I tried to access the pins using Appium Inspector and that with XCode UI Inspector. I do not see these being captured.

(a) Is this supported in appium? If so, can you please guide me on how to access the map elements?

(b) Also, is it possible to access the elements on the screen via command line (instead of the Inspector) like it exists with Calabash-iOS? Please share.

Thanks very much!

Google Maps inside your app is most likely webview.
Set webview context, and inspect device using Safari.