aboutsummaryrefslogtreecommitdiff
path: root/week11/Exercise08/Location.cpp
blob: c63f470fa131ed7efc556a033bb79fe242a66ea7 (plain) (blame)
1
2
3
4
5
#include "Location.h"

unsigned Location::size() {
	return (Length() + 1) + sizeof(lattitude) + sizeof(longitude);
}