New basemap styling is coming soon to Google Maps Platform. This update to map styling includes a new default color palette, modernized pins, and improvements to map experiences and usability. All map styles will be automatically updated in March 2025. For more information on availability and how to opt in earlier, see New map style for Google Maps Platform.
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 2024-11-15 UTC."],[[["`GMSCircle` represents a circle on the Earth's surface, defined by its center position and radius."],["It can be customized with properties such as stroke width, stroke color, and fill color."],["Stroke width is in screen points and does not scale with map zoom, while a stroke width of 0 results in no stroke."],["The default stroke color is black, and the default fill color is nil (transparent), resulting in no fill."],["A convenience constructor `circleWithPosition:radius:` allows for easy creation of `GMSCircle` objects."]]],["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"]]