Table of Contents

Interface ILocationNamer

Namespace
Cryville.EEW
Assembly
Cryville.EEW.dll
Represents a namer that names a location in a specified culture.
public interface ILocationNamer

Methods

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

Names a location in a specified culture.
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.