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.
私は iOS デバイスのプログラミングに関しては初心者で、少し助けが必要です。GPS座標をポイントaからポイントbへのドライブとして保存する配列を作成しようとしています.MKPolyLineを使用してマップ上にプロットしたいと思います.. ありがとう!
I have searched for a few examples and not found one that is similar to what I have and what I want to achieve.
I have 2 lists
class object1 { string obj1_name; int obj1_qty; } List<ob