适用于Android的IndoorLocation核心类 核心课程 室内位置 IndoorLocation扩展了标准android.location.Location类,以增加对floor的支持。 Floor是Double,可以为null。 定义了两个构造函数: public IndoorLocation(Location location, Double floor) public IndoorLocation(String provider, double latitude, double longitude, Double floor, long timeStamp) IndoorLocationProvider 抽象类可作为任何提供程序的基础。 提供程序基本上是发出IndoorLocations的类。 IndoorLocationProviderListener 您必须实
2021-09-16 14:43:17 59KB Java
1