最終更新:2017-07-12 (水) 13:51:41 (2482d)  

GMSOverlay
Top / GMSOverlay

an abstract class that represents some overlay that may be attached to a specific GMSMapView.

https://developers.google.com/maps/documentation/ios-sdk/reference/interface_g_m_s_overlay

派生クラス

プロパティ

  • GMSOverlay.title?Title, a short description of the overlay.
    GMSOverlay.map?The map this overlay is on.
    GMSOverlay.tappable?If this overlay should cause tap notifications.
    GMSOverlay.zIndexHigher zIndex value overlays will be drawn on top of lower zIndex value tile layers and overlays.
    GMSOverlay.userData?Overlay data.