GMSPinImage
@interface GMSPinImage : UIImageProvides a custom pin image for an advanced marker.
- 
                  
                  Unavailable DeclarationObjective-C - (instancetype)init NS_UNAVAILABLE;
- 
                  
                  Returns an image style with the given pin image options that can be used as a standalone UIImage, or as the icon of an Advanced Marker only.DeclarationSwift /*not inherited*/ init(options: GMSPinImageOptions)Objective-C + (nonnull GMSPinImage *)pinImageWithOptions: (nonnull GMSPinImageOptions *)options;ParametersoptionsA GMSPinImageOptionsobject to use to customize the marker image.Return ValueAn image configured with the provided options.