harmony 鸿蒙GeofenceSize

  • 2025-06-16
  • 浏览 (4)

GeofenceSize

概述

定义地理围栏使用信息的数据结构。

起始版本: 4.0

相关模块:HdiLpfenceGeofence

汇总

Public 属性

名称 描述
unsigned int circleMaxNum 设备支持添加圆形围栏的最大个数。
unsigned int polygonMaxNum 设备支持添加多边形围栏的最大个数。
unsigned int circleUsedNum 设备当前已添加的圆形围栏个数。
unsigned int polygonUsedNum 设备当前已添加的多边形围栏个数。

类成员变量说明

circleMaxNum

unsigned int GeofenceSize::circleMaxNum

描述

设备支持添加圆形围栏的最大个数。

circleUsedNum

unsigned int GeofenceSize::circleUsedNum

描述

设备当前已添加的圆形围栏个数。

polygonMaxNum

unsigned int GeofenceSize::polygonMaxNum

描述

设备支持添加多边形围栏的最大个数。

polygonUsedNum

unsigned int GeofenceSize::polygonUsedNum

描述

设备当前已添加的多边形围栏个数。

你可能感兴趣的鸿蒙文章

harmony 鸿蒙Ipfence HDI 参考

harmony 鸿蒙CellTrajectoryData

harmony 鸿蒙CellbatchingRequest

harmony 鸿蒙CellbatchingTypes.idl

harmony 鸿蒙CellfenceInfo

harmony 鸿蒙CellfenceRequest

harmony 鸿蒙CellfenceSize

harmony 鸿蒙CellfenceStatus

harmony 鸿蒙CellfenceTypes.idl

harmony 鸿蒙HdiLpfenceCellbatching

0  赞