エラー:GoogleマップGMSMakerアイコンビュー - のiOS SDK
value of type GMSmarker has no member iconView
どのように私はアイコンビューを使用することができますか?
let marker = GMSMarker()
marker.position = CLLocationCoordinate2D(latitude: 13.7990609, longitude: 100.5494513)
marker.title = "Coffee Factory"
marker.snippet = "Chatuchak"
marker.iconView = imageView
marker.map = mapView
Value of type GMSmarker has no member iconView
あなたは両方の方法を行うことができます@teezanateep UIImageViewないUIImage – teezanateep
は、私の編集した答えを確認しています。また、最新のGoogle Maps SDK v2.3.0以上を使用していることを確認してください。 –
私のSDKのバージョンは1.11.0です – teezanateep