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

Description

A geographic or time location for quick navigation.

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