Class EmptyLocationNamer
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
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
latdouble- The latitude.
londouble- The longitude.
cultureCultureInfo- The preferred culture of the name. When the method returns, set to the actual culture of the name.
specificityint- The preferred specificity of the name. When the method returns, set to the actual specificity of the name.
Returns
- string
- The name.