Google Map Polyline路径

时间:2014-12-11 16:40:57

标签: android google-maps google-polyline

如何使交通区域的红色和浅黄色交通道路如何处理呢?enter image description here

1 个答案:

答案 0 :(得分:1)

那是在Input Method Framework

InputContext ic = InputContext.getInstance();
Locale locale = ic.getLocale();

现在有一个当前的语言环境,如en_US。

System.out.println(locale.getLanguage()); // ar/en

可以用以下方式切换键盘区域设置:

if (!ic.selectInputMethod(locale)) {
    // Failed to switch...
}