Landmark constructor

Landmark()

Creates a new landmark

Implementation

factory Landmark() {
  return Landmark._create();
}