ArcGIS Runtime SDK for iOS: AGSBookmark Class Reference
ArcGIS Runtime SDK for iOS  100.9
AGSBookmark Class Reference

Description

A bookmark in a map.

Instance of this class represent a bookmark in a map. A bookmark represents a shortcut to a location in the map.

Since
100
Inheritance diagram for AGSBookmark:
AGSObject

Instance Methods

(instancetype) - initWithName:viewpoint:
 

Class Methods

(instancetype) + bookmark
 
(instancetype) + bookmarkWithName:viewpoint:
 

Properties

NSString * name
 
AGSViewpointviewpoint
 

Method Documentation

§ bookmark()

+ (instancetype) bookmark

§ bookmarkWithName:viewpoint:()

+ (instancetype) bookmarkWithName: (NSString *)  name
viewpoint: (AGSViewpoint *)  viewpoint 

Initialize this object with the provided information

Parameters
nameof the bookmark
viewpointthe bookmark represents
Returns
intitalized bookmark
Since
100

§ initWithName:viewpoint:()

- (instancetype) initWithName: (NSString *)  name
viewpoint: (AGSViewpoint *)  viewpoint 

Initialize this object with the provided information

Parameters
nameof the bookmark
viewpointthe bookmark represents
Returns
intitalized bookmark
Since
100

Property Documentation

§ name

- (NSString*) name
readwritenonatomiccopy

The name of the bookmark

Since
100

§ viewpoint

- (AGSViewpoint*) viewpoint
readwritenonatomicstrong

The map location that this bookmark represents

Since
100