2010-09-08 22 views

回答

0

要从代码中调用映射,您必须使用Invoke API。

显示的路径可以通过使用MapsArguemnts来实现

String doc = "<location-document>...</location-document>"; 
Invoke.invokeApplication(Invoke.APP_TYPE_MAPS, new MapsArguments(MapsArguments.ARG_LOCATION_DOCUMENT, doc)); 

Display and clear a route on a map by using a location document

相关问题