» View demos » Downloads
I am trying to display a KML stream from a URL, however only some (5 to be exact) of the points in the KML are being displayed on the device.
Any thoughts?
It should show 10, if you use KmlUrlReader(url,needsUpdateAfterRead) constructor. You can change number of max elements it by using KmlUrlReader(url,maxElements, needsUpdateAfterRead). Can you send the KML and command you are using?
/JaakL
It should show 10, if you use KmlUrlReader(url,needsUpdateAfterRead) constructor. You can change number of max elements it by using KmlUrlReader(url,maxElements, needsUpdateAfterRead). Can you send the KML and command you are using?
/JaakL