Table of Contents

Class GoogleMapsClientOptions

Namespace
GoogleMapsApi
Assembly
GoogleMapsApi.dll

Configures a GoogleMapsClient instance.

public sealed class GoogleMapsClientOptions
Inheritance
GoogleMapsClientOptions
Inherited Members

Properties

ApiKey

Default API key used for every request that does not set its own ApiKey. If a request explicitly sets its own ApiKey, that value is preserved.

public string? ApiKey { get; set; }

Property Value

string