依照示例https://iclient.supermap.io/web/introduction/mapboxglDevelop.html#routeLocatorPointService进行里程定点功能开发,发现sourceRoute没有高度(坐标为[lon,lat])或随机高度([lon,lat,radomH])返回的结果都不对,没有高度返回【0,0】随机高度时返回【0,0】或路径的第一个点的坐标。这种现象是什么原因啊,能有资料说明一下里程定点功能的原理么?