getImage abstract method

ImageWrapper getImage(
  1. int? maxTextureSize
)

@brief Method is used to obtain origin sublocation image with specified maxTextureSize. @param maxTextureSize maximum texure size to render. @return platform image.

Dart code snippet: @snippet location_manager_example.dart dart_Sublocation_getImage

Implementation

ImageWrapper getImage(int? maxTextureSize);