Konsist: add test Data class state MUST not have default value, and fix existing issues
This commit is contained in:
parent
8929a90970
commit
d55df22db2
13 changed files with 135 additions and 56 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue