Convenience constructor for GMSCircle for a particular position and radius. Other properties
will have default values. An invalid position will result in an overlay object that cannot be
drawn on the map.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-27 UTC."],[[["\u003cp\u003e\u003ccode\u003eGMSCircle\u003c/code\u003e represents a circle on the Earth's surface, defined by its center position and radius.\u003c/p\u003e\n"],["\u003cp\u003eIt can be customized with properties such as stroke width, stroke color, and fill color.\u003c/p\u003e\n"],["\u003cp\u003eStroke width is in screen points and does not scale with map zoom, while a stroke width of 0 results in no stroke.\u003c/p\u003e\n"],["\u003cp\u003eThe default stroke color is black, and the default fill color is nil (transparent), resulting in no fill.\u003c/p\u003e\n"],["\u003cp\u003eA convenience constructor \u003ccode\u003ecircleWithPosition:radius:\u003c/code\u003e allows for easy creation of \u003ccode\u003eGMSCircle\u003c/code\u003e objects.\u003c/p\u003e\n"]]],["GMSCircle defines a circle on Earth with properties for customization. Key actions include setting the `position` (center) and `radius` (in meters). The outline's `strokeWidth` (in screen points) and `strokeColor` can be defined, with a default black outline. The `fillColor` determines the circle's interior color, defaulting to no fill. The `circleWithPosition:radius:` method is a constructor for setting initial position and radius.\n"],null,[]]