localToGlobal abstract method

GlobalPoint localToGlobal(
  1. LocationPoint localPoint
)

@brief Method is used for converting the local sublocation coordinates to the global geographic coordinates (latitude and longitude) using the geographic binding of the sublocation. @param localPoint point in metrics coordinates @see LocationPoint "LocationPoint" @return point in WGS84 coordinates @see GlobalPoint "GlobalPoint".

Dart code snippet: @snippet location_manager_example.dart dart_Sublocation_localToGlobal

Implementation

GlobalPoint localToGlobal(LocationPoint localPoint);