标签: uwp geofencing
我想在一个位置周围创建一个GeoFence,但其形状不是圆形。是否可以通过使用一系列地理点为GeoFence定义自定义形状?
答案 0 :(得分:1)
来自Geofence(String id, IGeoshape geoshape)构造函数的UWP documentation:
Geofence(String id, IGeoshape geoshape)
geoshape 参数必须是非空的Geocircle,其SpatialReferenceId与平台匹配,否则将抛出异常。
目前似乎没有其他地理形状而不是圆圈。