Windowws Phone Emulator 追加ツールで使用される位置データの形式を探しています。「場所」タブには、レコーダーデータを保存/開くオプションがあります。地理的な位置の変更をシミュレートする必要があるため、この質問をしますが、[場所] タブが機能しません。回避策として、位置データのファイルを作成し、エミュレータで開きます。
1 に答える
6
これは、次の形式の単純な XML ファイルです。
<?xml version="1.0" encoding="utf-8"?>
<WindowsPhoneEmulator xmlns="http://schemas.microsoft.com/WindowsPhoneEmulator/2009/08/SensorData">
<SensorData>
<Header version="1" />
<GpsData latitude="" longitude="" />
<GpsData latitude="" longitude="" />
<GpsData latitude="" longitude="" />
</SensorData>
</WindowsPhoneEmulator>
AppHub フォーラム (http://forums.create.msdn.com/forums/p/91880/550593.aspx) で「Konaju Games」ユーザーに感謝の意を表します。
于 2012-07-29T16:47:50.220 に答える