gps requiredThe coordinate string to parse. Accepts decimal degrees with hemisphere letters (49.9679189N, 12.5029972E), signed decimals separated by space or comma (-50.09697 14.42332 ; 41.40338, 2.17403), or degrees-minutes-seconds with N/S/E/W. A hemisphere letter must come after its number. Unrecognised input gives an empty result.
format optional default (empty) - prints latitude,longitudeOutput template. Every _#lat is replaced by the latitude and every _#lon by the longitude (the tokens are case-insensitive). It must not contain a colon, which AA treats as a parameter separator. When omitted, the result is latitude,longitude (or the single value that parsed).
{gps:49.9679189N, 12.5029972E}
{gps:50.0902N, 14.4005E:lat=_#lat lon=_#lon}
{gps:41.40338, 2.17403}
{gps:41.40338, 2.17403:_#lat}
{gps:-50.09697 14.42332:_#lon}
[{gps:N 33.8688, E 151.2093}]
{gps:33.8688S, 151.2093E}
[{gps:not a coordinate}]