IALatLngFloorCompatible
Objective-C
@protocol IALatLngFloorCompatible
@property (nonatomic,readonly) IALatLngFloor * _Nonnull latLngFloor;
@end
Swift
protocol IALatLngFloorCompatible
Undocumented
-
Undocumented
Declaration
Objective-C
@property (nonatomic, readonly) IALatLngFloor * _Nonnull latLngFloor
Swift
var latLngFloor: IALatLngFloor { get }