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.
GoogleMaps Framework Reference
GMSFeatureStylePointRadiusUnspecified
extern const CGFloat GMSFeatureStylePointRadiusUnspecified
Value to use for pointRadius
parameter when the point radius should be unchanged.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-11-15 UTC.
[null,null,["Last updated 2024-11-15 UTC."],[[["`GMSFeatureStylePointRadiusUnspecified` is a constant representing an unspecified point radius value."],["It is used in the `pointRadius` parameter to signify that the point radius should remain unchanged or use its default setting."],["When this value is used, the renderer determines the point radius according to its standard behavior or any prior configurations."]]],["The constant `GMSFeatureStylePointRadiusUnspecified` is used to indicate that the point radius should remain unchanged. It's a value for the `pointRadius` parameter. When using this constant, the system understands that any existing point radius should be preserved, rather than being modified to a specific size. It is of type CGFloat.\n"]]