|
ArcGIS Runtime SDK for iOS
100.15
|
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.
Instance Methods | |
| (instancetype) | - initWithName:viewpoint: |
Class Methods | |
| (instancetype) | + bookmark |
| (instancetype) | + bookmarkWithName:viewpoint: |
Properties | |
| NSString * | name |
| AGSViewpoint * | viewpoint |
| + (instancetype) bookmark |
| + (instancetype) bookmarkWithName: | (NSString *) | name | |
| viewpoint: | (AGSViewpoint *) | viewpoint | |
Initialize this object with the provided information
| name | of the bookmark |
| viewpoint | the bookmark represents |
| - (instancetype) initWithName: | (NSString *) | name | |
| viewpoint: | (AGSViewpoint *) | viewpoint | |
Initialize this object with the provided information
| name | of the bookmark |
| viewpoint | the bookmark represents |
|
readwritenonatomiccopy |
The name of the bookmark
|
readwritenonatomicstrong |
The map location that this bookmark represents