getMapUrlTemplate abstract method

String getMapUrlTemplate(
  1. Brightness brightness
)

Should return a map url template

The url template should be formatted for use by mapping UI libraries such as flutter_map, Syncfusion maps, leaflet, etc.

Implementation

String getMapUrlTemplate(Brightness brightness);