Table of Contents

Class EmptyLocationNamer

Namespace
Cryville.EEW
Assembly
Cryville.EEW.dll
An empty ILocationNamer.
public class EmptyLocationNamer : ILocationNamer
Inheritance
EmptyLocationNamer
Implements
Inherited Members

Properties

Instance

The shared instance of the EmptyLocationNamer class.
public static EmptyLocationNamer Instance { get; }

Property Value

EmptyLocationNamer

Methods

Name(double, double, ref CultureInfo, ref int)

Names a location in a specified culture.
public string? Name(double lat, double lon, ref CultureInfo culture, ref int specificity)

Parameters

lat double
The latitude.
lon double
The longitude.
culture CultureInfo
The preferred culture of the name. When the method returns, set to the actual culture of the name.
specificity int
The preferred specificity of the name. When the method returns, set to the actual specificity of the name.

Returns

string
The name.