JMap.Map.Basemap.existsById
Returs true if basemap exist for the given id.
The basemap id, use JMap.Map.Basemap.getAllId() to get available basemap ids
// returns true if "streets" basemap existJMap.Map.Basemap.existsById("streets") Copy
// returns true if "streets" basemap existJMap.Map.Basemap.existsById("streets")
JMap.Map.Basemap.existsById
Returs true if basemap exist for the given id.