Tushar Gupta
05/27/2025, 12:02 PMGMSPolyline().apply {
path = decodedPath
strokeColor = polyLine.color.getColor().toUIColor()
strokeWidth = polyLine.widthInDp?.toDouble() ?: 0.0
geodesic = true
map = view
}
Jonathan
05/27/2025, 8:27 PMGMSPolyline
from Kotlin? Are you using CocoaPods?Tushar Gupta
06/05/2025, 10:00 AMTushar Gupta
06/05/2025, 10:01 AM