MPLayerType

@interface MPLayerType : NSObject

Provides a static way to access the possible layer types for general purpose MapsPeople services

  • Normal is the base map layer

    Declaration

    Objective-C

    + (NSString *)NORMAL;

    Swift

    class func normal() -> String!
  • Satellite map layer

    Declaration

    Objective-C

    + (NSString *)SATELLITE;

    Swift

    class func satellite() -> String!
  • Hybrid is a satellite map layer with roads and tracks on top of it.

    Declaration

    Objective-C

    + (NSString *)HYBRID;

    Swift

    class func hybrid() -> String!