Malaysia Federal Route 202
Federal Route 202, or Jalan Air Canal-Lakota, is a federal road in Kelantan, Malaysia.[1]
Jalan Air Canal-Lakota | |
Route information | |
Length | 14.5 km (9.0 mi) |
Major junctions | |
East end | Air Canal |
![]() ![]() ![]() ![]() | |
West end | Lakota |
Location | |
Primary destinations | Sungai Satan |
Highway system | |
Features
At most sections, the Federal Route 202 was built under the JKR R5 road standard, allowing maximum speed limit of up to 90 km/h.
List of junctions and towns
Km | Exit | Junctions | To | Remarks |
---|---|---|---|---|
Air Canal | West![]() ![]() East ![]() ![]() ![]() | T-junctions | ||
Air Canal | ||||
Sungai Air Canal bridge | ||||
Sungai Lanas bridge | ||||
Sungai Satan | North![]() ![]() | T-junctions | ||
Lakota | ||||
Pusat Pembenihan Ikan Keli | ||||
Politeknik Jeli Kelantan ![]() | Politeknik Jeli Kelantan ![]() | |||
Jeli | Northeast![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Southwest ![]() ![]() ![]() ![]() | T-junctions |
gollark: Look, it has pattern matching in it, therefore good.
gollark: How SHOULD I do it?
gollark: ↑ you, as a result
gollark: ```rustfn matches(expr: &Value, condition: &Value) -> Option<Bindings> { match (expr, condition) { (Value::Num(a), Value::Num(b)) => if a == b { Some(HashMap::new()) } else { None }, (Value::Call(efn, eargs), Value::Call(rfn, rargs)) => { if efn != rfn { return None } if rargs.len() != eargs.len() { return None } let mut out_bindings = HashMap::new(); for (rarg, earg) in rargs.iter().zip(eargs) { match matches(earg, rarg) { Some(x) => out_bindings.extend(x), None => return None } } Some(out_bindings) }, (_, Value::Identifier(b)) => Some(vec![(b.clone(), expr.clone())].into_iter().collect()), _ => None }}```
gollark: You fell right into my trap, actually.
References
- Statistik Jalan (Edisi 2013). Kuala Lumpur: Malaysian Public Works Department. 2013. pp. 16–64. ISSN 1985-9619.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.