android 11 part 3, split api 10/19
This commit is contained in:
parent
ae120c9f5a
commit
f6e014f61d
17 changed files with 446 additions and 93 deletions
|
|
@ -409,7 +409,7 @@ public class BRouterWorker
|
|||
private List<OsmNodeNamed> readPoisList(Bundle params )
|
||||
{
|
||||
// lon,lat,name|...
|
||||
String pois = params.getString( "pois", null );
|
||||
String pois = params.getString( "pois" );
|
||||
if ( pois == null ) return null;
|
||||
|
||||
String[] lonLatNameList = pois.split("\\|");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue