NCMBGeoPoint constructor Null safety
コンストラクタ
lat
緯度
lng
経度
Implementation
NCMBGeoPoint(double lat, double lng) {
latitude = lat;
longitude = lng;
}
コンストラクタ
lat
緯度
lng
経度
NCMBGeoPoint(double lat, double lng) {
latitude = lat;
longitude = lng;
}