HereMaps SDK 中的圆形破折号(点)MapPolyline
Round Dash (Dot) MapPolyline in HereMaps SDK
Android Google Maps SDK 提供了一种创建 round/dot(破折号)折线 (Polyline) 的方法。有没有办法在 HereMaps 中执行此操作? API 似乎只支持 square/rectangular 模式。
支持破折号,setDashEnabled
,和圆帽样式 CapStyle#ROUND
,但不支持虚线的特定圆段。您可以尝试减少破折号的长度以获得类似的美感 setDashPrimaryLength
、setDashSecondaryLength
.
Android Google Maps SDK 提供了一种创建 round/dot(破折号)折线 (Polyline) 的方法。有没有办法在 HereMaps 中执行此操作? API 似乎只支持 square/rectangular 模式。
支持破折号,setDashEnabled
,和圆帽样式 CapStyle#ROUND
,但不支持虚线的特定圆段。您可以尝试减少破折号的长度以获得类似的美感 setDashPrimaryLength
、setDashSecondaryLength
.