OptLatLng operator +(OptLatLng o) { return OptLatLng(latitude + o.latitude, longitude + o.longitude); }