Interface ILocationNamer
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
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.