|
|
| |
target_geohint(3) |
Arcan Lua API |
target_geohint(3) |
target_geohint - Hint desired contents locale.
nil
target_geohint( vid:tgt, number:latitude, number:longitude,
number:elevation, string:country, string:spoken, string:written,
number:timezone )
In order for clients to properly generate contents that depends on user
preferences when it comes to output and input languages as well as
geolocation, it needs to be told what those are. The latitude and
longitude values, elevation is in meters. The country is
specified in the ISO -3166-1-alpha3 format and a length ~= 3 is a
terminal state transition. The spoken and written language is in
ISO -639-2-alpha 3 code, and a length ~= 3 is a terminal state
transition. The timezone is expressed as an offset from GMT .
- 1
- Using a vid for tgt that is not connected to a frameserver is a
terminal state transition.
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |