Change getUid return type from number to string
This commit is contained in:
@@ -84,7 +84,7 @@ class UrlTile extends TileSource {
|
||||
|
||||
/**
|
||||
* @private
|
||||
* @type {!Object<number, boolean>}
|
||||
* @type {!Object<string, boolean>}
|
||||
*/
|
||||
this.tileLoadingKeys_ = {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user