JMap.MapContext.existsById
Returns true if map context exists for a given id, else false.
the JMap map context id
// returns true if the map context id=3 exist, else falseJMap.MapContext.existsById(3) Copy
// returns true if the map context id=3 exist, else falseJMap.MapContext.existsById(3)
JMap.MapContext.existsById
Returns true if map context exists for a given id, else false.