In This Topic
Gets or sets the path to the file used to cache spatial coordinates (longitude/latitude) specified as MapLocation rather than actual Longitude/Latitude values. The coordinates in such cases are retrieved using an online service such as Google, and caching them significantly imporoves performance when the same location is encountered multiple times.
The path is relative to the application startup path.
The default is "geocache.xml".
Clear this value to disable caching (not recommended).
Syntax
'Declaration
Public Property GeoCachePath As String
public string GeoCachePath {get; set;}
See Also