setGeo method

void setGeo(
  1. CoordGeo geo
)

setGeo() Set a new geographic position

Implementation

void setGeo(CoordGeo geo) {
  this.geo = geo;
}