マーカーにinfowindowを使用してAndroidでオープンストリートマップを実装する方法はありますか?マーカー上にinfowindowを使ってアンドロイド上でオープンストリートマップを実装する方法は?
OpenStreetMapTileProviderConstants.setUserAgentValue(BuildConfig.APPLICATION_ID);
openStreetMap = (MapView)findViewById(R.id.openmapview);
openStreetMap.setBuiltInZoomControls(true);
openStreetMapController = openStreetMap.getController();
openStreetMapController.setZoom(16);
openStreetMap.setMultiTouchControls(true);
GeoPoint initialLocation = new GeoPoint(lat , lng);
centerMap(initialLocation);
addLocation(lat ,lng , R.drawable.marker);}
これは私のコードとyが、それはGoogleマップ
などの情報ウィンドウ