GoogleMaps Framework Reference

GMSFeature

@protocol GMSFeature <NSObject>

An interface representing a feature’s metadata.

Do not save a reference to a particular feature object because the reference will not be stable.

  • Type of this feature.

    Declaration

    Swift

    func featureType() -> FeatureType

    Objective-C

    - (nonnull GMSFeatureType)featureType;