【发布时间】:2018-11-19 09:24:14
【问题描述】:
是否有可能用一条线连接两个标记位置?我有两个位置标记:
LocationMarker point1 = new LocationMarker(
20.501925,
44.792181,
new AnnotationRenderer("point1 ")
);
LocationMarker point2 = new LocationMarker(
20.502972,
44.790873,
new AnnotationRenderer("point2 ")
);
有什么例子吗?我用ArCore Location
【问题讨论】:
标签: java android location arcore