You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
Mapbox GL for iOS doesn’t have an equivalent to RMCircle or RMCircleAnnotation yet. See also #1726, which tracks adding a great circle annotation type. For now, the workaround is to draw a many-sided polygon using MGLPolygon.
1ec5
changed the title
Create Circle in Swift
Circle annotations
Jul 12, 2015
I created a many sided polygon, but many of the points are removed if they're too close together unless at maximum zoom then the circle's borders appear smooth. The circle loses it's smooth roundness at lower zoom levels and at a low enough zoom will become a box/diamond.
RMCircle
doesn't appear to be defined in swift, how can I draw a simple circle?instead I only have
MLGShape
andMLGPolygon
but noMLGCircle
http://stackoverflow.com/questions/31364438/create-a-circle-in-mapbox-gl-for-ios
The text was updated successfully, but these errors were encountered: