getVietmapStyleUrl static method

String getVietmapStyleUrl()

Implementation

static String getVietmapStyleUrl() {
  if (_vietmapAPIKey.isEmpty) {
    throw Exception('Please call `Vietmap.getInstance(apiKey)` before use');
  }
  return 'https://maps.vietmap.vn/api/maps/light/styles.json?apikey=$_vietmapAPIKey';
}