Table of Contents

Class UriWebServices.GeoCachingComSite

Namespace
SunamoUriWebServices
Assembly
SunamoUriWebServices.dll

Provides Geocaching.com URL building methods.

public class UriWebServices.GeoCachingComSite
Inheritance
UriWebServices.GeoCachingComSite
Inherited Members
Extension Methods

Methods

CacheDetails(string)

Gets the cache details URL for the specified cache GUID.

public static string CacheDetails(string cacheGuid)

Parameters

cacheGuid string

The cache GUID.

Returns

string

The cache details URL.

CoordsInfo(string)

Gets the coords.info URL for the specified cache code.

public static string CoordsInfo(string cacheCode)

Parameters

cacheCode string

The cache code.

Returns

string

The coords.info URL.

GC(string)

Gets the coords.info URL for the specified GC code suffix.

public static string GC(string cacheCode)

Parameters

cacheCode string

The GC code suffix.

Returns

string

The coords.info GC URL.

Gets the gallery URL for the specified cache GUID.

public static string Gallery(string cacheGuid)

Parameters

cacheGuid string

The cache GUID.

Returns

string

The cache gallery URL.

Log(string)

Gets the log URL for the specified cache GUID.

public static string Log(string cacheGuid)

Parameters

cacheGuid string

The cache GUID.

Returns

string

The cache log URL.