Konsist: add test Data class state MUST not have default value, and fix existing issues

This commit is contained in:
Benoit Marty 2023-10-10 17:29:58 +02:00 committed by Benoit Marty
parent 8929a90970
commit d55df22db2
13 changed files with 135 additions and 56 deletions

View file

@ -50,7 +50,7 @@ internal class SymbolNode(
* @param position the initial symbol position
*/
public class SymbolState(
position: LatLng = LatLng(0.0, 0.0)
position: LatLng
) {
/**
* Current position of the symbol.