Maybe another issue, or I'm doing it wrong. I want to create a BRA call, using:
PlayerCoord = PlayerGroup:GetCoordinate()
TargetCoord = IncidentGroup:GetCoordinate()
bra = TargetCoord:ToStringBRA(PlayerCoord, nil, false)
In my settings I use the imperial system, but the call is giving me kilometers for range and meters for altitude.. Is metric standard for this function and I have to give it a settings object where I set it to imperial?