Show / Hide Table of Contents

Class GoogleMapContext

Inheritance
System.Object
GoogleMapContext
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace:GoogleMaps
Assembly:GoogleMaps.dll
Syntax
public class GoogleMapContext

Fields

DefaultApiUrl

Default Google Maps API URL

Declaration
public static readonly string DefaultApiUrl
Field Value
Type Description
System.String

DefaultStaticApiUrl

Default Static Google Maps API URL

Declaration
public static readonly string DefaultStaticApiUrl
Field Value
Type Description
System.String

Properties

ApiClientID

The client ID to use Google Maps API under premium plan.

Declaration
public static string ApiClientID { get; set; }
Property Value
Type Description
System.String

ApiKey

The Key to use Google Maps API under the standard plan. Including a key in your request allows you to monitor your application's API usage and enables access to generous free daily quota.

Declaration
public static string ApiKey { get; set; }
Property Value
Type Description
System.String

ApiSignature

The digital signature to use Google Maps API under standard plan with pay-as-you-go or premium plan.

Declaration
public static string ApiSignature { get; set; }
Property Value
Type Description
System.String

ApiUrl

The Google Maps API URL.

Declaration
public static string ApiUrl { get; set; }
Property Value
Type Description
System.String

StaticApiUrl

The Static Google Maps API URL

Declaration
public static string StaticApiUrl { get; set; }
Property Value
Type Description
System.String
Back to top Copyright © 2017 GoogleMapControl
Generated by DocFX