Select to view content in your preferred language

Pre-defined Bookmarks?

571
1
02-23-2011 05:19 AM
CyndieEnfinger
Deactivated User
Is it possible to configure the bookmark tool to have some pre-defined bookmarks like the Flex Bookmark Widget can?

http://help.arcgis.com/en/webapps/flexviewer/help/widgets/bookmark_widget.htm
0 Kudos
1 Reply
JenniferNery
Esri Regular Contributor
I believe you can use IsolatedStorage to save your pre-defined bookmarks. If you use the same key "ESRI.ArcGIS.Client.Toolkit.BookMarks" and store the same object MapBookmark.

You can look at LoadBookmarks() and SaveBookmarks() methods when you download source code for Bookmark from the Toolkit in CodePlex http://esrisilverlight.codeplex.com/ to have an understanding of what you need to do in order to populate your pre-defined bookmarks.
0 Kudos