浏览代码

README-en.md edited online with Bitbucket

父节点
当前提交
c1a7289dc9
共有 1 个文件被更改,包括 0 次插入6 次删除
  1. 0
    6
      README-en.md

+ 0
- 6
README-en.md 查看文件

358
 
358
 
359
 7. Invoke the method `drawPoints(GISPOI* gisLocations, unsigned int size)` on the `w` object so that a point will be shown in the map for each city: `w.drawPoints(A, size)` (*assuming that `A` is the name of your array*). You should obtain something similar to the next figure. 
359
 7. Invoke the method `drawPoints(GISPOI* gisLocations, unsigned int size)` on the `w` object so that a point will be shown in the map for each city: `w.drawPoints(A, size)` (*assuming that `A` is the name of your array*). You should obtain something similar to the next figure. 
360
 
360
 
361
-
362
-
363
-
364
-  
365
-
366
-
367
     ![main1.png](images/main1.png)
361
     ![main1.png](images/main1.png)
368
 
362
 
369
 
363