Other Classes

The following classes are available globally.

  • Boxed version of CLLocationCoordinate2D

    Declaration

    Objective-C

    
    @interface MBXCoordinate2D : NSObject
  • Contains either an HttpRequest or an HttpResponse.

    Declaration

    Objective-C

    
    @interface MBXHttpRequestOrResponse : NSObject
  • The interval for active location updates

    See more

    Declaration

    Objective-C

    
    @interface MBXIntervalSettings : NSObject
  • Location information.

    See more

    Declaration

    Objective-C

    
    @interface MBXLocation : NSObject
  • Error code with brief explanation.

    See more

    Declaration

    Objective-C

    
    @interface MBXLocationError : NSObject
  • Keys for additional information (extra) in Location.

    See more

    Declaration

    Objective-C

    
    @interface MBXLocationExtraKeys : NSObject
  • Data model that contains parameters for location requests.

    See more

    Declaration

    Objective-C

    
    @interface MBXLocationProviderRequest : NSObject
  • Location service factory.

    This class is used to instantiate a platform-specific implementation of location service.

    Declaration

    Objective-C

    
    @interface MBXLocationServiceFactory : NSObject
  • Class that allows to configure Mapbox SDKs logging per application.

    See more

    Declaration

    Objective-C

    
    @interface MBXLogConfiguration : NSObject
  • Set of common keys that can be used to configure all Mapbox SDKs.

    See more

    Declaration

    Objective-C

    
    @interface MBXMapboxCommonSettings : NSObject
  • Class for Mapbox SDK settings management

    See more

    Declaration

    Objective-C

    
    @interface MBXMapboxOptions : NSObject
  • Platform independent settings service. Settings service is a key/value storage (persistent or non persistent), that also allows to register observers to get notifications when values are updated.

    Declaration

    Objective-C

    
    @interface MBXSettingsService : NSObject
  • Factory that allows to create settings service instance.

    See more

    Declaration

    Objective-C

    
    @interface MBXSettingsServiceFactory : NSObject
  • Configuration of an upload session.

    See more

    Declaration

    Objective-C

    
    @interface MBXUploadOptions : NSObject