LocationPointImpl extension
Static Methods
-
fromNative(
LocationPointNative native, {bool takeOwnership = true}) → LocationPoint -
Available on LocationPoint, provided by the LocationPointImpl extension
-
fromPointer(
Pointer< Void> ptr, {bool needFree = true, bool takeOwnership = true}) → LocationPoint? -
Available on LocationPoint, provided by the LocationPointImpl extension
-
toNative(
LocationPoint obj) → LocationPointNative -
Available on LocationPoint, provided by the LocationPointImpl extension
-
toPointer(
LocationPoint? val) → Pointer< Void> -
Available on LocationPoint, provided by the LocationPointImpl extension