setLatLong method

void setLatLong(
  1. ILatLong latLong
)

Implementation

void setLatLong(ILatLong latLong) {
  super.latLong = latLong;
}