Maps & 3D Scene

  • An object that manages a interactive map view.

    See more

    Declaration

    Objective-C

    
    @interface MapViewController : UIViewController

    Swift

    class MapViewController : UIViewController
  • A set of delegate methods for map view controller objects.

    See more

    Declaration

    Objective-C

    @protocol MapViewControllerDelegate <NSObject>

    Swift

    protocol MapViewControllerDelegate : NSObjectProtocol
  • This class handles the search.

    See more

    Declaration

    Objective-C

    
    @interface SearchContext : NSObject

    Swift

    class SearchContext : NSObject
  • This class handles the map styles.

    See more

    Declaration

    Objective-C

    
    @interface MapStyleContext : NSObject

    Swift

    class MapStyleContext : NSObject
  • This class handles the maps.

    See more

    Declaration

    Objective-C

    
    @interface MapsContext : NSObject

    Swift

    class MapsContext : NSObject
  • This class encapsulates generic categories information.

    See more

    Declaration

    Objective-C

    
    @interface GenericCategoriesContext : NSObject

    Swift

    class GenericCategoriesContext : NSObject
  • This class encapsulates landmark store context information.

    See more

    Declaration

    Objective-C

    
    @interface LandmarkStoreContext : NSObject

    Swift

    class LandmarkStoreContext : NSObject
  • This class encapsulates map details information.

    See more

    Declaration

    Objective-C

    
    @interface MapDetailsContext : NSObject

    Swift

    class MapDetailsContext : NSObject
  • This class encapsulates landmark information.

    See more

    Declaration

    Objective-C

    
    @interface LandmarkObject : NSObject <NSSecureCoding>

    Swift

    class LandmarkObject : NSObject, NSSecureCoding
  • This class encapsulates landmark category information.

    See more

    Declaration

    Objective-C

    
    @interface LandmarkCategoryObject : NSObject

    Swift

    class LandmarkCategoryObject : NSObject
  • This class encapsulates image object information.

    See more

    Declaration

    Objective-C

    
    @interface ImageObject : NSObject

    Swift

    class ImageObject : NSObject
  • This class encapsulates image db object information.

    See more

    Declaration

    Objective-C

    
    @interface ImageDatabaseObject : NSObject

    Swift

    class ImageDatabaseObject : NSObject
  • This class encapsulates contact information.

    See more

    Declaration

    Objective-C

    
    @interface ContactInfoObject : NSObject

    Swift

    class ContactInfoObject : NSObject
  • This class encapsulates position information.

    See more

    Declaration

    Objective-C

    
    @interface ContentStoreObject : NSObject

    Swift

    class ContentStoreObject : NSObject
  • A set of methods that you can use to get notify.

    See more

    Declaration

    Objective-C

    @protocol ContentStoreObjectDelegate <NSObject>

    Swift

    protocol ContentStoreObjectDelegate : NSObjectProtocol
  • A set of delegate methods for content update.

    See more

    Declaration

    Objective-C

    @protocol ContentUpdateDelegate <NSObject>

    Swift

    protocol ContentUpdateDelegate : NSObjectProtocol
  • This class encapsulates rectangle geographic area information.

    See more

    Declaration

    Objective-C

    
    @interface RectangleGeographicAreaObject : GeographicAreaObject

    Swift

    class RectangleGeographicAreaObject : GeographicAreaObject
  • This class encapsulates marker collection information.

    See more

    Declaration

    Objective-C

    
    @interface MarkerCollectionObject : NSObject

    Swift

    class MarkerCollectionObject : NSObject
  • This class encapsulates marker information.

    See more

    Declaration

    Objective-C

    
    @interface MarkerObject : NSObject

    Swift

    class MarkerObject : NSObject