Maps & 3D Scene
-
An object that manages a interactive map view.
See moreDeclaration
Objective-C
@interface MapViewController : UIViewController
Swift
class MapViewController : UIViewController
-
A set of delegate methods for map view controller objects.
See moreDeclaration
Objective-C
@protocol MapViewControllerDelegate <NSObject>
Swift
protocol MapViewControllerDelegate : NSObjectProtocol
-
This class handles the search.
See moreDeclaration
Objective-C
@interface SearchContext : NSObject
Swift
class SearchContext : NSObject
-
This class handles the map styles.
See moreDeclaration
Objective-C
@interface MapStyleContext : NSObject
Swift
class MapStyleContext : NSObject
-
This class handles the maps.
See moreDeclaration
Objective-C
@interface MapsContext : NSObject
Swift
class MapsContext : NSObject
-
This class encapsulates generic categories information.
See moreDeclaration
Objective-C
@interface GenericCategoriesContext : NSObject
Swift
class GenericCategoriesContext : NSObject
-
This class encapsulates landmark store context information.
See moreDeclaration
Objective-C
@interface LandmarkStoreContext : NSObject
Swift
class LandmarkStoreContext : NSObject
-
This class encapsulates map details information.
See moreDeclaration
Objective-C
@interface MapDetailsContext : NSObject
Swift
class MapDetailsContext : NSObject
-
This class encapsulates landmark information.
See moreDeclaration
Objective-C
@interface LandmarkObject : NSObject <NSSecureCoding>
Swift
class LandmarkObject : NSObject, NSSecureCoding
-
This class encapsulates landmark category information.
See moreDeclaration
Objective-C
@interface LandmarkCategoryObject : NSObject
Swift
class LandmarkCategoryObject : NSObject
-
This class encapsulates image object information.
See moreDeclaration
Objective-C
@interface ImageObject : NSObject
Swift
class ImageObject : NSObject
-
This class encapsulates image db object information.
See moreDeclaration
Objective-C
@interface ImageDatabaseObject : NSObject
Swift
class ImageDatabaseObject : NSObject
-
This class encapsulates contact information.
See moreDeclaration
Objective-C
@interface ContactInfoObject : NSObject
Swift
class ContactInfoObject : NSObject
-
This class encapsulates position information.
See moreDeclaration
Objective-C
@interface ContentStoreObject : NSObject
Swift
class ContentStoreObject : NSObject
-
A set of methods that you can use to get notify.
See moreDeclaration
Objective-C
@protocol ContentStoreObjectDelegate <NSObject>
Swift
protocol ContentStoreObjectDelegate : NSObjectProtocol
-
A set of delegate methods for content update.
See moreDeclaration
Objective-C
@protocol ContentUpdateDelegate <NSObject>
Swift
protocol ContentUpdateDelegate : NSObjectProtocol
-
This class encapsulates rectangle geographic area information.
See moreDeclaration
Objective-C
@interface RectangleGeographicAreaObject : GeographicAreaObject
Swift
class RectangleGeographicAreaObject : GeographicAreaObject
-
This class encapsulates marker collection information.
See moreDeclaration
Objective-C
@interface MarkerCollectionObject : NSObject
Swift
class MarkerCollectionObject : NSObject
-
This class encapsulates marker information.
See moreDeclaration
Objective-C
@interface MarkerObject : NSObject
Swift
class MarkerObject : NSObject