setLatLong method

  1. @override
void setLatLong(
  1. ILatLong latLong
)
override

Implementation

@override
void setLatLong(ILatLong latLong) {
  super.setLatLong(latLong);
  nodeProperties = NodeProperties(PointOfInterest(0, [], latLong));
}