globalToLocal abstract method
Method is used for converting the global geographic coordinates (latitude and longitude) to the local sublocation coordinates (x and y) using the geographic binding of the sublocation @param globalPoint point in WGS84 coordinates @see GlobalPoint "GlobalPoint" @return point in metrics coordinates @see LocationPoint "LocationPoint".
Dart code snippet: @snippet location_manager_example.dart dart_Sublocation_globalToLocal
Implementation
LocationPoint globalToLocal(GlobalPoint globalPoint);