Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
(11.111, -116.11) のような位置浮動小数点と dms 形式でデバイス プロパティを更新しましたが、ダッシュボードの Azure マップが更新されないようです。誰にもアイデアはありますか?
.Net API を使用している場合、場所は次のように指定できます (コード例)。
TwinCollection reportedProperties = new TwinCollection(); reportedProperties["devicelocation"] = new { lon= 122, lat= 45 };