addLatLong method

void addLatLong(
  1. ILatLong latLong
)

Implementation

void addLatLong(ILatLong latLong) {
  _path.add(latLong);
}