Table of Contents

Class ABSGoogleMyMaps

Namespace
SunamoGoogleMyMaps.Data
Assembly
SunamoGoogleMyMaps.dll

Specialized Google My Maps class with string values. Implicitly initialized to string.Empty to avoid checking data class for null

public class ABSGoogleMyMaps : ABTGoogleMyMaps<string, string>
Inheritance
ABSGoogleMyMaps
Inherited Members
Extension Methods

Constructors

ABSGoogleMyMaps()

Default constructor initializing both values to empty strings

public ABSGoogleMyMaps()

ABSGoogleMyMaps(string, string)

Constructor with specific key and value

public ABSGoogleMyMaps(string key, string value)

Parameters

key string

The first value (typically name)

value string

The second value (typically address)